Skip to content

Commit c6d60fe

Browse files
committed
apparently something about eta changed in a weird way
1 parent 00d46d6 commit c6d60fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/alma/tests/test_alma_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ def test_make_finder_chart():
6767

6868
assert len(catalog) >= 7
6969
assert len(images) >= 1
70-
assert hit_mask_public[3].mean() >= 49
70+
assert hit_mask_public[3][256,256] >= 60

0 commit comments

Comments
 (0)