Skip to content

Commit 5a332a0

Browse files
committed
Use custom ReferenceRun type
1 parent 3d9c211 commit 5a332a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ess/reflectometry/types.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
from ess.reduce.nexus import types as reduce_t
99

1010
SampleRun = reduce_t.SampleRun
11-
# `VanadiumRun` is not the best name, see https://github.com/scipp/essreduce/issues/238
12-
ReferenceRun = reduce_t.VanadiumRun
11+
ReferenceRun = NewType("ReferenceRun", int)
1312
RunType = TypeVar("RunType", ReferenceRun, SampleRun)
1413

1514
Beamline = reduce_t.Beamline

0 commit comments

Comments
 (0)