Skip to content

Commit 996639b

Browse files
committed
add streams key
1 parent e10d58d commit 996639b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read_all_streams(uid, beamline_acronym=BEAMLINE_OR_ENDSTATION):
1515
run = tiled_client[beamline_acronym]["raw"][uid]
1616
print(f"Validating uid {run.metadata['start']['uid']}")
1717
start_time = ttime.monotonic()
18-
for stream in run:
18+
for stream in run['streams']:
1919
print(f"{stream}:")
2020
stream_start_time = ttime.monotonic()
2121
stream_data = run[stream].read()

0 commit comments

Comments
 (0)