Skip to content

Commit 0fa6d17

Browse files
authored
Add a flag indicating whether check subruns' configs (#964)
1 parent 848e65e commit 0fa6d17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

strax/context.py

+6
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@
164164
type=bool,
165165
help='If True, save superruns as rechunked "new" data.',
166166
),
167+
strax.Option(
168+
name="check_superrun_configs",
169+
default=True,
170+
type=bool,
171+
help="If True, check whether all subruns' config are the same.",
172+
),
167173
)
168174
@export
169175
class Context:

0 commit comments

Comments
 (0)