From 6dd03d24a002f1584efa63226b51a067eade8602 Mon Sep 17 00:00:00 2001 From: gac-x05la Date: Wed, 16 Apr 2025 12:42:24 +0200 Subject: [PATCH] WIP --- tests/tests_devices/test_stddaq_client.py | 2 +- tomcat_bec/devices/aerotech/AerotechDriveDataCollection.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests_devices/test_stddaq_client.py b/tests/tests_devices/test_stddaq_client.py index c4fc124..f3cc708 100644 --- a/tests/tests_devices/test_stddaq_client.py +++ b/tests/tests_devices/test_stddaq_client.py @@ -15,7 +15,7 @@ from tomcat_bec.devices.gigafrost.std_daq_client import StdDaqClient, StdDaqErro def client(): parent_device = mock.MagicMock() _client = StdDaqClient( - parent=parent_device, ws_url="ws://localhost:5000", rest_url="http://localhost:5000" + parent=parent_device, ws_url="ws://localhost:5001", rest_url="http://localhost:5000" ) yield _client _client.shutdown() diff --git a/tomcat_bec/devices/aerotech/AerotechDriveDataCollection.py b/tomcat_bec/devices/aerotech/AerotechDriveDataCollection.py index 55cf2a9..2c4141c 100644 --- a/tomcat_bec/devices/aerotech/AerotechDriveDataCollection.py +++ b/tomcat_bec/devices/aerotech/AerotechDriveDataCollection.py @@ -75,7 +75,7 @@ class aa1AxisDriveDataCollection(PSIDeviceBase, Device): scan_info=None, **kwargs, ): - # super() will call the mixin class + # Need to call super() to call the mixin class super().__init__( prefix=prefix, name=name,