LSSTDESC / augur

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

Broken with firecrown 1.7.4 #43

Closed fjaviersanchez closed 1 month ago

fjaviersanchez commented 1 month 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 1 month 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 1 month 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 1 month ago

Closed by #44