Skip to content
Snippets Groups Projects

Fix update_config to work with non-AGIPD and add REMI

Merged Philipp Schmidt requested to merge fix/update-non-agipd-config into master
1 unresolved thread
2 files
+ 38
9
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -70,6 +70,7 @@ def test_main(capsys):
"--rel-gain", "true",
"--webservice-address", "inproc://socket",
"--correct",
"--verbose"
],
):
with patch("zmq.Context", return_value=context):
Loading