From 9732f9f8e922549bf9fee5493f4c469f0c212526 Mon Sep 17 00:00:00 2001 From: Lanqing Yuan Date: Fri, 12 Apr 2024 23:19:31 -0500 Subject: [PATCH] Turn off pema (#108) * turned off pema plugin * turned off --- jobs/job.py | 2 +- saltax/contexts.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs/job.py b/jobs/job.py index 2fc69cb..d41be2d 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 398108e..973173b 100644 --- a/saltax/contexts.py +++ b/saltax/contexts.py @@ -3,7 +3,7 @@ import cutax import strax from immutabledict import immutabledict -import pema +#import pema import pandas as pd @@ -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