Skip to content

Commit

Permalink
save files in the right folder
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Feb 26, 2024
1 parent 5207a2e commit a4d5c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validphys2/src/validphys/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def _filter_real_data(filter_path, data):
nfull, ncut = _write_ds_cut_data(path, dataset)
total_data_points += nfull
total_cut_data_points += ncut
dataset.load_commondata().export(filter_path)
dataset.load_commondata().export(path)
return total_data_points, total_cut_data_points


Expand Down

0 comments on commit a4d5c0f

Please sign in to comment.