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
RAiDER.models.credentials.check_api and RAiDER.s1_orbits.ensure_orbit_credentials have duplicated functionality. For the sake of keeping the code easy to understand and to test, I would suggest that we come up with a solution where what they do is either separated completely or joined into one function.
The text was updated successfully, but these errors were encountered:
RAiDER.models.credentials.check_api
andRAiDER.s1_orbits.ensure_orbit_credentials
have duplicated functionality. For the sake of keeping the code easy to understand and to test, I would suggest that we come up with a solution where what they do is either separated completely or joined into one function.The text was updated successfully, but these errors were encountered: