spacetelescope / catkit2

Package for controlling testbed hardware.
https://spacetelescope.github.io/catkit2/
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

thorlabs_mcls1_sim service is non functional #238

Closed steigersg closed 1 week ago

steigersg commented 3 weeks ago

In the thorlabs_mcls1_sim service in the init it is passing super().__init__('thorlabs_mcls1') when it should be super().__init__('thorlabs_mcls1_sim')

steigersg commented 2 weeks ago

Edited issue to reflect that fact that fixing the above problem resulted in additional errors when running the simulator and so requires further investigation.