Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 15, 2024
1 parent d7eab8f commit ed33f8b
Show file tree
Hide file tree
Showing 2 changed files with 4 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
5 changes: 3 additions & 2 deletions saltax/contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import cutax
import strax
from immutabledict import immutabledict
#import pema

# import pema
import pandas as pd


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

Expand Down

0 comments on commit ed33f8b

Please sign in to comment.