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 first time you run this, the necessary instrument packages for ScopeSim will be downloaded; comment out the
. However, in that case you should manually ensure you are using the IRDB package version that you intent to use.
In fact, we do not want to hardcode the 2024-05-14 release anymore. We should remove the download line entirely from the code and use a git clone of the irdb internally within the team.
importscopesimassimsim.download_packages("METIS", release="2023-10-19") # Created by Fabiansim.download_packages("METIS", release="2024-02-29") # Works, package also created by Fabiansim.download_packages("METIS", release="2024-05-14") # Fails, package created by me
You will get the opposite problem if you switch the last two lines.
I think we should ultimately solve this by making the irdb normal pip packages.
I got error when updating code from GitHub. I guess this can be fixed by overwriting.
The text was updated successfully, but these errors were encountered: