You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simulated dome needs to be added to the observatory class. We expect pocs = POCS(observatory, run_once=True, dome=dome) works but it does not create the dome object. An attribute error raises as follow when trying to command the dome:
pocs.observatory.dome.close()
E AttributeError: 'NoneType' object has no attribute 'close'
The text was updated successfully, but these errors were encountered:
This issue was found in the following PR from
huntsman-pocs
:https://github.com/AstroHuntsman/huntsman-pocs/pull/245
Description:
To test the dome states, the simulated dome is created as follow:
The simulated dome needs to be added to the
observatory
class. We expectpocs = POCS(observatory, run_once=True, dome=dome)
works but it does not create the dome object. An attribute error raises as follow when trying to command the dome:The text was updated successfully, but these errors were encountered: