We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecca3b commit 8bca362Copy full SHA for 8bca362
src/ess/reduce/normalization.py
@@ -150,7 +150,7 @@ def _clip_monitor_to_detector_range(
150
151
# Prefer a bin coord over an event coord because this makes the behavior for binned
152
# and histogrammed data consistent. If we used an event coord, we might allow a
153
- # monitor range that is less than the detector bins which is fine for the vents,
+ # monitor range that is less than the detector bins which is fine for the events,
154
# but would be wrong if the detector was subsequently histogrammed.
155
if dim in detector.coords:
156
det_coord = detector.coords[dim]
0 commit comments