Skip to content

Commit

Permalink
Fixed the test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Oct 3, 2024
1 parent 46595c5 commit aace3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ async def get(

response_obj = []
dataset_cols = ["dataset_uuid", "dataset_name"]
pipeline_info = {}
if not results_df.empty:
for (dataset_uuid, dataset_name), group in results_df.groupby(
by=dataset_cols
Expand Down Expand Up @@ -227,7 +228,6 @@ async def get(

subject_data = list(subject_data.to_dict("records"))

pipeline_info = {}
for name, version in zip(
group["pipeline_name"], group["pipeline_version"]
):
Expand Down

0 comments on commit aace3cd

Please sign in to comment.