LSSTDESC / augur

DESC forecasting and inference validation tool
MIT License
4 stars 2 forks source link

Broken with firecrown 1.7.4 #43

Closed fjaviersanchez closed 5 months ago

fjaviersanchez commented 5 months ago

Now TwoPoint from likelihood.gauss_family.statistic is deprecated and there's an updated class that needs to be used in order for the code to run.

marcpaterno commented 5 months ago

The head of master in firecrown contains a simplification (compression) of the too-deep directory structure. For backwards compatibility, there are stubs in place that (1) emit deprecation warnings and (2) include the newer file.

fjaviersanchez commented 5 months ago

Thanks @marcpaterno. I saw that there was a change in the TwoPoint class that removes ell_or_theta_, so I still need to update that (it's probably my bad, using some tricky-sneaky way to get the bin centers)

fjaviersanchez commented 5 months ago

Closed by #44