File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
import sciline
14
14
import scipp as sc
15
+ from scippneutron .io import cif
15
16
16
17
from ess .reduce .nexus import generic_types as reduce_gt
17
18
from ess .reduce .nexus import types as reduce_t
18
19
from ess .reduce .uncertainty import UncertaintyBroadcastMode as _UncertaintyBroadcastMode
19
- from scippneutron .io import cif
20
20
21
21
# 1 TypeVars used to parametrize the generic parts of the workflow
22
22
Original file line number Diff line number Diff line change 7
7
import sciline
8
8
import scipp as sc
9
9
import scipp .testing
10
- from ess import dream , powder
11
10
12
11
import ess .dream .data # noqa: F401
12
+ from ess import dream , powder
13
13
from ess .dream .io .cif import CIFAuthor , CIFAuthors
14
14
from ess .powder .types import (
15
15
AccumulatedProtonCharge ,
Original file line number Diff line number Diff line change 12
12
from ess .powder .types import IofDspacing
13
13
14
14
15
- @pytest .fixture ()
15
+ @pytest .fixture
16
16
def iofd () -> IofDspacing :
17
17
return IofDspacing (
18
18
sc .DataArray (
You can’t perform that action at this time.
0 commit comments