Skip to content

Commit

Permalink
Check by default basics (#1287)
Browse files Browse the repository at this point in the history
Co-authored-by: Dacheng Xu <dx2227@columbia.edu>
  • Loading branch information
WenzDaniel and dachengx authored Nov 14, 2023
1 parent 85c17cb commit abb1645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion straxen/contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
straxen.EventInfoDouble,
straxen.DistinctChannels,
],
check_available=("raw_records", "peak_basics"),
check_available=("peak_basics", "event_basics"),
store_run_fields=("name", "number", "start", "end", "livetime", "mode", "source"),
)

Expand Down

0 comments on commit abb1645

Please sign in to comment.