LSSTDESC / augur

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

Two failed tests: connecting to SACC #15

Closed elisachisari closed 1 year ago

elisachisari commented 3 years ago

It looks like these two tests are failing:

FAILED augur/tests/test_analyze.py::test_analyze - ImportError: cannot import name 'build_sacc_data' from 'firecrown.ccl.two_point' FAILED augur/tests/test_generate.py::test_generate - ImportError: cannot import name 'build_sacc_data' from 'firecrown.ccl.two_point'

because 'build_sacc_data' is no longer part of two_point.py.

fjaviersanchez commented 3 years ago

Hmm, strange. It might be pulling an older version of augur because I think that the master branch is doing instead the import here

from firecrown.ccl._ccl import build_sacc_data

fjaviersanchez commented 1 year ago

This is stale with the new master branch. Please feel free to reopen if issues arise with the new version.