-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add webbpsf
and poppy
to base environment
#58
base: main
Are you sure you want to change the base?
add webbpsf
and poppy
to base environment
#58
Conversation
Hi @zacharyburnett, WebbPSF's associated data files are stored in this Box folder. |
Thanks! However I can't access the folder, would it be possible to give me access? |
Thank you! That's all I need. |
the
|
4de0350
to
7112133
Compare
also, https://github.com/spacetelescope/stenv/actions/runs/3191216044/jobs/5207680817#step:18:56
|
297356d
to
d6bdc20
Compare
@ojustino I apologize for the delay; I was working on infrastructure updates to make iterating tests faster for
and also an issue with # Test every DOF on A1-1 and SM and check the OTE state updated accordingly
s = glob.glob(surdir+'/example_alldof_A1-SM_sur.xml')[0]
E IndexError: list index out of range (I assume this is an issue with test data discovery, though I am not sure) Are these failures important? I can ask |
Hi all - this is NOT the right way to do this. Please do not add all the WebbPSF data files into this repository! That's unnecessary and furthermore would create a lot of hassles downstream with needing to keep in sync with the actual webbpsf data distro. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR adds hundreds of files which should not be added into this repo. Let's discuss other better ways to do this, please.
When astroconda was our supported distribution mechanism, @jhunkeler set up a That was a great way to get the data files installed , without putting a lot of binary files inside the git repo. Maybe we can revive that approach for stenv? |
Sure thing! I currently have the data files hosted via Git LFS, but we can set up a Box redirect to directly retrieve the files. How does |
Oh, I see now that a redirect is set up already at https://stsci.box.com/shared/static/ftj8esrt0apzbnff8j6m5kseii2jzy9e.gz. Thank you for pointing this out, this makes it easier. I will replace the LFS additions with a download |
it retrieves the file from the box URL. Not sure exactly what conda itself uses for the download (curl, wget, requests, or something else). I confess I personally never understood the exact details of how this was set up, but you can take a look at the files in the linked repo above. |
26cfa2f
to
920968c
Compare
b1b394b
to
ac8e28f
Compare
ac8e28f
to
3f9fb81
Compare
3f9fb81
to
dc40c93
Compare
dc40c93
to
d7f2cd1
Compare
d7f2cd1
to
d307de3
Compare
closes #56
TODO: add test data and enable tests for both packages