litebird / litebird_sim

Simulation tools for LiteBIRD
GNU General Public License v3.0
18 stars 13 forks source link

Fix TOAST2 tests #265

Closed ziotom78 closed 1 year ago

ziotom78 commented 1 year ago
marcobortolami commented 1 year ago

Is it trying to test toast with python 3.11? If it is the case, then I guess it is why it fails. All the tests are passing for me with python 3.9.16.

ziotom78 commented 1 year ago

This should fix #263 . It was due to the change from assert np.allclose to np.testing.assert_allclose, which are not 100% equivalent.