Skip to content

Commit

Permalink
fix(core): remove obsolete argument for backend.parse_data that was…
Browse files Browse the repository at this point in the history
… being called from `ozzy.open_compare` and raising an error
  • Loading branch information
mtrocadomoreira committed Nov 13, 2024
1 parent 60afa7d commit 2c5fa8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ozzy/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def open_compare(
]

# Read found files
ods = bk.parse_data(filepaths, quant_name=quant, **kwargs)
ods = bk.parse_data(filepaths, **kwargs)
ods.attrs["run"] = run

if quant not in df.columns:
Expand Down

0 comments on commit 2c5fa8e

Please sign in to comment.