dstansby / pfsspy

Potential Field Source Surface model package for Python
https://pfsspy.readthedocs.io/
Other
41 stars 17 forks source link

Gong data changed? #254

Closed mancellin closed 3 years ago

mancellin commented 3 years ago

Hi,

I'm getting the following error with the test suite:

ValueError: ['https://gong2.nso.edu/oQR/zqs/202009/mrzqs200901/mrzqs200901t1304c2234_022.fits.gz'] has already been downloaded, but no file matching the hash 9272fcb09131a7b0b51c088f61c75a8923b76f32309dd1c5596b484469dfbb79 can be found.

It was working fine a few days ago, so I'm guessing the content of the dataset has changed. I'm not familiar with this data archive. Is it expected to happen?

dstansby commented 3 years ago

The archive shouldn't change often, but it looks like they have done a mass re-write of all the files recently, possible to fix the metadata in some global way. It looks like recent CI builds failed because of this, hopefully https://github.com/dstansby/pfsspy/pull/256 will fix it.