Skip to content

Commit fef3a51

Browse files
committed
add link to issue
1 parent 3e7e29f commit fef3a51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ess/sans/i_of_q.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ def preprocess_monitor_data(
7474
# For subtracting the background from the monitors, we need to remove the
7575
# variances because the broadcasting operation will fail.
7676
# We add a simple check comparing the background level to the total number
77-
# of counts. TODO: is this check good enough?
77+
# of counts.
78+
# TODO: is this check good enough? See https://github.com/scipp/ess/issues/174
7879
bg = sc.values(background)
7980
if (bg / monitor.sum()).value > 0.1:
8081
raise ValueError(

0 commit comments

Comments
 (0)