diff --git a/jobs/job.py b/jobs/job.py index d41be2d..1dbb215 100644 --- a/jobs/job.py +++ b/jobs/job.py @@ -218,7 +218,7 @@ print("The cut_basics for run %d is not implemented. " % runid) gc.collect() # Manually make pema plugin after - #st.make(strrunid, "match_acceptance_extended", progress_bar=True) + # st.make(strrunid, "match_acceptance_extended", progress_bar=True) print("Used time:", datetime.now() - now) now = datetime.now() diff --git a/saltax/contexts.py b/saltax/contexts.py index 973173b..156f016 100644 --- a/saltax/contexts.py +++ b/saltax/contexts.py @@ -3,7 +3,8 @@ import cutax import strax from immutabledict import immutabledict -#import pema + +# import pema import pandas as pd @@ -209,7 +210,7 @@ def xenonnt_salted( st.set_config(dict(saltax_mode=saltax_mode)) # Register pema plugins - #st.register_all(pema.match_plugins) + # st.register_all(pema.match_plugins) return st