Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Shadow&Ambience plugin SaveWhen.EXPLICIT #982

Merged
merged 7 commits into from
Mar 25, 2022
2 changes: 0 additions & 2 deletions straxen/plugins/event_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@ class EventShadow(strax.Plugin):
__version__ = '0.1.4'
depends_on = ('event_basics', 'peak_basics', 'peak_shadow')
provides = 'event_shadow'
save_when = strax.SaveWhen.EXPLICIT

def infer_dtype(self):
dtype = []
Expand Down Expand Up @@ -883,7 +882,6 @@ class EventAmbience(strax.Plugin):
__version__ = '0.0.4'
depends_on = ('event_basics', 'peak_basics', 'peak_ambience')
provides = 'event_ambience'
save_when = strax.SaveWhen.EXPLICIT

@property
def origin_dtype(self):
Expand Down