Skip to content

Commit

Permalink
renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq committed Apr 18, 2024
1 parent fa3f1e1 commit c622ad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion saltax/contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
)
SXNT_COMMON_CONFIG = XNT_COMMON_CONFIG.copy()
SXNT_COMMON_CONFIG["channel_map"] = XNT_COMMON_CONFIG_OVERRIDE["channel_map"]
FXNT_COMMON_CONFIG = SXNT_COMMON_CONFIG
DEFAULT_XEDOCS_VERSION = cutax.contexts.DEFAULT_XEDOCS_VERSION

# saltax modes supported
Expand Down Expand Up @@ -165,7 +166,7 @@ def xenonnt_salted_fuse(
# detector='XENONnT',
check_raw_record_overlaps=True,
**XNT_COMMON_OPTS,
**SXNT_COMMON_CONFIG,
**FXNT_COMMON_CONFIG,
)
)

Expand Down

0 comments on commit c622ad9

Please sign in to comment.