From 0170fb24da1633bd6696a8c2e3a492f2e013483c Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Wed, 7 Nov 2018 17:48:03 +0000 Subject: [PATCH] Started testing with microscope --- tests/test_microscope.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_microscope.py b/tests/test_microscope.py index 06b0622e..50d6bc60 100644 --- a/tests/test_microscope.py +++ b/tests/test_microscope.py @@ -38,7 +38,7 @@ class TestMicroscope(unittest.TestCase): if __name__ == '__main__': - with StreamingCamera() as camera, OpenFlexureStage(None) as stage: + with StreamingCamera() as camera, OpenFlexureStage("/dev/ttyUSB0") as stage: microscope = Microscope(camera, stage) @@ -52,4 +52,3 @@ if __name__ == '__main__': if result.wasSuccessful(): print(success_string) -