File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ def test_scan_map_algebras():
412412 + np .sin (angle ) * maps [2 , pixind ]
413413 )
414414
415- np .testing . assert_allclose (
415+ assert np .allclose (
416416 obs .tod ,
417417 tod ,
418418 rtol = tolerance ,
@@ -441,7 +441,7 @@ def test_scan_map_algebras():
441441 + np .sin (angle ) * maps [2 , pixind ]
442442 )
443443
444- np .testing . assert_allclose (
444+ assert np .allclose (
445445 obs .tod ,
446446 tod ,
447447 rtol = tolerance ,
@@ -470,7 +470,7 @@ def test_scan_map_algebras():
470470 + np .sin (angle ) * maps [2 , pixind ]
471471 )
472472
473- np .testing . assert_allclose (
473+ assert np .allclose (
474474 obs .tod ,
475475 tod ,
476476 rtol = tolerance ,
@@ -500,7 +500,7 @@ def test_scan_map_algebras():
500500 + np .sin (angle ) * maps [2 , pixind ]
501501 )
502502
503- np .testing . assert_allclose (
503+ assert np .allclose (
504504 obs .tod ,
505505 tod ,
506506 rtol = tolerance ,
You can’t perform that action at this time.
0 commit comments