Skip to content

Commit 7f11336

Browse files
committed
Aurox needs to call super().initialize.
1 parent 3cd6bd5 commit 7f11336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microscope/filterwheels/aurox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,4 +354,4 @@ def set_position(self, pos, blocking=True):
354354
return result
355355

356356
def initialize(self):
357-
pass
357+
super().initialize()

0 commit comments

Comments
 (0)