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.
2 parents 3bb19a2 + 5c41f02 commit 97cc94eCopy full SHA for 97cc94e
src/ess/sans/types.py
@@ -28,7 +28,6 @@
28
NeXusMonitorName = reduce_t.NeXusName
29
NeXusComponent = reduce_t.NeXusComponent
30
SampleRun = reduce_t.SampleRun
31
-ScatteringRunType = reduce_t.ScatteringRunType
32
Transmission = reduce_t.TransmissionMonitor
33
TransmissionRun = reduce_t.TransmissionRun
34
@@ -44,6 +43,8 @@
44
43
TransmissionRun[SampleRun],
45
TransmissionRun[BackgroundRun],
46
)
+ScatteringRunType = TypeVar('ScatteringRunType', BackgroundRun, SampleRun)
47
+
48
49
UncertaintyBroadcastMode = _UncertaintyBroadcastMode
50
0 commit comments