File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 BackgroundSubtractedIofQ ,
1717 BackgroundSubtractedIofQxy ,
1818 BeamCenter ,
19- CleanSummedQ ,
2019 CleanWavelength ,
2120 CorrectForGravity ,
2221 Denominator ,
2827 QBins ,
2928 QxBins ,
3029 QyBins ,
30+ ReducedQ ,
3131 ReturnEvents ,
3232 SampleRun ,
3333 UncertaintyBroadcastMode ,
@@ -252,17 +252,17 @@ def test_pipeline_IofQ_merging_events_yields_consistent_results():
252252 assert all (sc .variances (iofq1 .data ) > sc .variances (iofq3 .data ))
253253 assert sc .allclose (
254254 sc .values (
255- pipeline_single .compute (CleanSummedQ [SampleRun , Numerator ]).hist ().data
255+ pipeline_single .compute (ReducedQ [SampleRun , Numerator ]).hist ().data
256256 )
257257 * N ,
258258 sc .values (
259- pipeline_triple .compute (CleanSummedQ [SampleRun , Numerator ]).hist ().data
259+ pipeline_triple .compute (ReducedQ [SampleRun , Numerator ]).hist ().data
260260 ),
261261 )
262262 assert sc .allclose (
263- sc .values (pipeline_single .compute (CleanSummedQ [SampleRun , Denominator ]).data )
263+ sc .values (pipeline_single .compute (ReducedQ [SampleRun , Denominator ]).data )
264264 * N ,
265- sc .values (pipeline_triple .compute (CleanSummedQ [SampleRun , Denominator ]).data ),
265+ sc .values (pipeline_triple .compute (ReducedQ [SampleRun , Denominator ]).data ),
266266 )
267267
268268
You can’t perform that action at this time.
0 commit comments