Skip to content

Commit fc533c7

Browse files
committed
another test fix; this one actually works
1 parent f386e9b commit fc533c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/splatalogue/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ def test_minimize_issue2135():
4545
minimized = utils.minimize_table(rslt)
4646

4747
theomask = rslt['Freq-GHz(rest frame,redshifted)'].mask
48-
np.testing.assert_allclose(minimized['Freq'][theomask], rslt['Meas Freq-GHz(rest frame,redshifted)'])
48+
np.testing.assert_allclose(minimized['Freq'][theomask], rslt['Meas Freq-GHz(rest frame,redshifted)'][theomask])

0 commit comments

Comments
 (0)