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
Describe the bug
If I try to register the instruments in pysat, the registry is updated accordingly. However, pysat will search in the main package for the instruments rather than loading them from the registry.
The ‘pysat’ platform is reserved for instrument support files within pysat itself. The platform name for pysat_sgp4 will need to be updated to something else.
Describe the bug
If I try to register the instruments in pysat, the registry is updated accordingly. However, pysat will search in the main package for the instruments rather than loading them from the registry.
To Reproduce
produces
Presumably this is because the platform name is
pysat
.Expected behavior
Should load from pysatMissions.
Additional context
This could be solved here by renaming the platform or in the main package by adjusting how the code works. Tagging @rstoneback.
The text was updated successfully, but these errors were encountered: