Skip to content

Commit

Permalink
Update croissant_crumbs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ccl-core authored Oct 22, 2024
1 parent 8f3eb16 commit 4929474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def get_croissant_crumbs_from_dataset_infos(
"name": split_record_set_name,
"description": f"Splits for the {record_set_name} config.",
"field": [split_field],
"data": [{"split_name": split_name} for split_name in splits],
"data": [{f"{split_record_set_name}/split_name": split_name} for split_name in splits],
}
)
)
Expand Down

0 comments on commit 4929474

Please sign in to comment.