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
When shunts are not available in the update_from_obs function the act is not updated because of indentation mistake.
How to reproduce
Just put shunts_data_available to False in your backend and run test_update_from_obs in this file you will have an error because in _aux_test_back_orig_2 when calling :
self.backend.update_from_obs(obs)
There is an indentation fault at the end of the function for :
act.update(dict_)
it should be disindent
The text was updated successfully, but these errors were encountered:
Environment
1.9.6
windows
Bug description
When shunts are not available in the update_from_obs function the act is not updated because of indentation mistake.
How to reproduce
Just put shunts_data_available to False in your backend and run test_update_from_obs in this file you will have an error because in _aux_test_back_orig_2 when calling :
There is an indentation fault at the end of the function for :
it should be disindent
The text was updated successfully, but these errors were encountered: