We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b120f84 commit 89f11d1Copy full SHA for 89f11d1
microscope/testsuite/devices.py
@@ -376,7 +376,7 @@ def get_current_pattern(self):
376
@Pyro4.behavior('single')
377
class DummySLM(devices.Device):
378
def __init__(self, *args, **kwargs):
379
- devices.Device.__init__(self, args, kwargs)
+ devices.Device.__init__(self, *args, **kwargs)
380
self.sim_diffraction_angle = 0.
381
self.sequence_params = []
382
self.sequence_index = 0
@@ -419,7 +419,7 @@ def get_sequence_index(self):
419
420
class DummyDSP(devices.Device):
421
422
423
self._digi = 0
424
self._ana = [0,0,0,0]
425
self._client = None
0 commit comments