Skip to content

Commit

Permalink
Minor format change
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Dec 16, 2024
1 parent 8b5f898 commit 04088ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion straxen/contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
def xenonnt(xedocs_version="global_ONLINE", _from_cutax=False, **kwargs):
"""XENONnT context."""
if not _from_cutax and xedocs_version != "global_ONLINE":
warnings.warn("Don't load a context directly from straxen, " "use cutax instead!")
warnings.warn("Don't load a context directly from straxen, use cutax instead!")

st = straxen.contexts.xenonnt_online(xedocs_version=xedocs_version, **kwargs)

Expand Down
2 changes: 1 addition & 1 deletion straxen/plugins/hitlets_nv/hitlets_nv.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class nVETOHitlets(strax.Plugin):
channel_map = straxen.URLConfig(
track=False,
type=immutabledict,
help="immutabledict mapping subdetector to (min, max) " "channel number.",
help="immutabledict mapping subdetector to (min, max) channel number.",
)

gain_model_nv = straxen.URLConfig(
Expand Down
2 changes: 1 addition & 1 deletion straxen/plugins/records_nv/records_nv.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class nVETOPulseProcessing(strax.Plugin):
infer_type=False,
default="xedocs://baseline_samples_nv?attr=value&run_id=plugin.run_id&version=ONLINE",
track=True,
help="Number of samples to use at the start of the pulse to determine " "the baseline",
help="Number of samples to use at the start of the pulse to determine the baseline",
)

def setup(self):
Expand Down

0 comments on commit 04088ad

Please sign in to comment.