Skip to content

Commit

Permalink
adjust the csv input path
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Nov 12, 2024
1 parent fb9e1b6 commit c762620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/depiction_targeted_preproc/pipeline/prepare_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _get_inputs_spec(
{
"type": "bfabric_dataset",
"id": dataset_id,
"filename": "mass_list.unstandardized.raw.csv",
"filename": "panels/unstandardized_full.csv",
"separator": ",",
},
{
Expand Down

0 comments on commit c762620

Please sign in to comment.