Open steven-murray opened 1 year ago
@steven-murray coming to this late, but I have no idea.
That error must be coming from astropy Cosmology (not hickle), so I guess the data isn't loading as expected. Did you find a solution -- is hickleable
able to handle it?
Hey @telegraphic -- no I didn't find a solution. It's been a while and I can't remember the details, so I'm not sure there's more I can say about it right now. I'll be sure to keep it in mind though when it pops up again.
It would be neat to be able to natively hickle
astropy.cosmology.Cosmology
subclass instances. I gave it a crack but my solution isn't working for me. I'm probably just misunderstanding something fundamental about how hickle works.Here's my attempt:
However, when running the test, it always tells me
DataRecoveredWarning: loader 'b'astropy_cosmology'' missing for 'FlatLambdaCDM' type object. Data recovered (data)
. Any idea why this is failing?