Skip to content
Snippets Groups Projects
Commit a2c786fe authored by David Hammer's avatar David Hammer
Browse files

Fix tests

parent 81e6aebf
No related branches found
No related tags found
2 merge requests!12Snapshot: field test deployed version as of end of run 202201,!3Base correction device, CalCat interaction, DSSC and AGIPD devices
......@@ -37,6 +37,7 @@ kernel_runner = agipd_gpu.AgipdGpuRunner(
constant_memory_cells=memory_cells,
input_data_dtype=input_dtype,
output_data_dtype=output_dtype,
output_gain_map=True,
)
......
......@@ -70,6 +70,9 @@ class DummyDsscDevice:
device_class_schema = Schema()
managed_keys = []
def log_status_info(self, msg):
print(msg)
@staticmethod
def expectedParameters(expected):
# super(DummyDsscDevice, DummyDsscDevice).expectedParameters(expected)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment