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 1212
1313import sciline
1414import scipp as sc
15+ from scippneutron .io import cif
1516
1617from ess .reduce .nexus import generic_types as reduce_gt
1718from ess .reduce .nexus import types as reduce_t
1819from ess .reduce .uncertainty import UncertaintyBroadcastMode as _UncertaintyBroadcastMode
19- from scippneutron .io import cif
2020
2121# 1 TypeVars used to parametrize the generic parts of the workflow
2222
Original file line number Diff line number Diff line change 77import sciline
88import scipp as sc
99import scipp .testing
10- from ess import dream , powder
1110
1211import ess .dream .data # noqa: F401
12+ from ess import dream , powder
1313from ess .dream .io .cif import CIFAuthor , CIFAuthors
1414from ess .powder .types import (
1515 AccumulatedProtonCharge ,
Original file line number Diff line number Diff line change 1212from ess .powder .types import IofDspacing
1313
1414
15- @pytest .fixture ()
15+ @pytest .fixture
1616def iofd () -> IofDspacing :
1717 return IofDspacing (
1818 sc .DataArray (
You can’t perform that action at this time.
0 commit comments