Skip to content

Commit

Permalink
Turn off pema (#108)
Browse files Browse the repository at this point in the history
* turned off pema plugin

* turned off
  • Loading branch information
FaroutYLq authored Apr 13, 2024
1 parent 337bfe9 commit 9732f9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jobs/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 2 additions & 2 deletions saltax/contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import cutax
import strax
from immutabledict import immutabledict
import pema
#import pema
import pandas as pd


Expand Down Expand Up @@ -209,7 +209,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

Expand Down

0 comments on commit 9732f9f

Please sign in to comment.