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
But, it should already be added to the registry from the __init__() method, which calls the class method _register().
So I think this line should be deleted.
The text was updated successfully, but these errors were encountered:
I think there is a bug in the class method
Observatory.get()
. It explicitly adds the new Observatory object to the registry with this line:PINT/src/pint/observatory/__init__.py
Line 303 in b0fcc44
But, it should already be added to the registry from the
__init__()
method, which calls the class method_register()
.So I think this line should be deleted.
The text was updated successfully, but these errors were encountered: