Skip to content

Commit

Permalink
fix spectra kwargs for multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
ntessore committed Dec 13, 2023
1 parent 10cbc2c commit 339e669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions heracles/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ def spectra(
repr(label) if label is not None else "all",
)
# TODO some kwargs are not really kwargs yet
kwargs = kwargs.copy()
debias = kwargs.pop("debias", True)
bins = kwargs.pop("bins", None)
weights = kwargs.pop("weights", None)
Expand Down

0 comments on commit 339e669

Please sign in to comment.