Skip to content

Commit 70f849a

Browse files
authored
Merge pull request #255 from ISISComputingGroup/rerpha-patch-1
fix manual system test
2 parents 059c6e0 + 5f68797 commit 70f849a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual_system_tests/dae_scan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def dae_scan_plan() -> Generator[Msg, None, None]:
7575
controller.run_number.name,
7676
reducer.det_counts.name,
7777
reducer.det_counts_stddev.name,
78-
dae.good_frames.name,
78+
dae.period.good_frames.name,
7979
],
8080
human_readable_file_output_dir=Path("C:\\")
8181
/ "instrument"

0 commit comments

Comments
 (0)