Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwalter2 committed Jan 10, 2024
1 parent c01ad6f commit a219a1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/histmakers/mw_with_mu_eta_pt.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,4 +538,4 @@ def build_graph(df, dataset):
scale_to_data(resultdict)
aggregate_groups(datasets, resultdict, groups_to_aggregate)

output_tools.write_analysis_output(resultdict, f"{os.path.basename(__file__).replace('py', 'hdf5')}")
output_tools.write_analysis_output(resultdict, f"{os.path.basename(__file__).replace('py', 'hdf5')}", args)
1 change: 1 addition & 0 deletions wremnants/datasets/datagroups.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from utilities import boostHistHelpers as hh,common,logging
from utilities.io_tools import input_tools
import lz4.frame
import pickle
import h5py
Expand Down
2 changes: 1 addition & 1 deletion wremnants/helicity_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .theory_tools import moments_to_angular_coeffs
from utilities import common, logging
from utilities import boostHistHelpers as hh
from utilities.io_tools import input_tool
from utilities.io_tools import input_tools
import numpy as np
import h5py
import hdf5plugin
Expand Down

0 comments on commit a219a1c

Please sign in to comment.