Skip to content
Snippets Groups Projects

Assert the downloaded stave is the same as uploaded

Merged Alex Toldaiev requested to merge devel_checkTest into devel
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -596,7 +596,8 @@ class RunkeyHCC(RunkeyNode):
'config': config,
**more_payloads
}
all_payloads = [Payload("config", payload_dict, name="HCC"+str(itsdaq_number), meta=True)]
self['name'] = "HCC"+str(itsdaq_number)
all_payloads = [Payload("config", payload_dict, name=self['name'], meta=True)]
# Transitioning to using only 1 meta payload for all the data ^^^
'''
Loading