Closed gsanand closed 8 months ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
acstools 3.7.0 is now available, so the notebook is ready for review
Thank you, @gsanand, for submitting your notebook. We have added it to our queue for technical review.
hi @haticekaratay I fixed the PEP8 errors but I can't figure out how to deal with the execution issue. it is supposed to download a file, so maybe it is looking for it in some place that is not obvious to me?
Hello @dulude and @mgough-970,
We're facing an issue with our CI where it is unable to locate the retrieved_download
. We need your assistance in figuring out the root cause of the problem.
We have tested the notebook locally and it works perfectly fine. We even tried adding the downloads directory to ensure that CI would find the correct path, but unfortunately, it still can't find the downloads.
We would greatly appreciate any help you can offer us. Thank you.
We're facing an issue with our CI where it is unable to locate the
retrieved_download
. We need your assistance in figuring out the root cause of the problem.We have tested the notebook locally and it works perfectly fine. We even tried adding the downloads directory to ensure that CI would find the correct path, but unfortunately, it still can't find the downloads.
We would greatly appreciate any help you can offer us. Thank you.
Hey @gsanand , a possible stop-gap solution to this might be to skip use of psf_retriever all together for now and download the data with astroquery, as you do further down in the notebook. Astroquery widely used in numerous other notebooks without issue. That way, you could get the notebook published now and we can circle back to the issue later.
Hi @dulude, if I understand your suggestion correctly, then that is not possible, as the ePSFs are only available through the custom AWS API that I have set up (and not through MAST or anything like that).
acstools 3.7.0 is now available, so the notebook is ready for review