Skip to content

Commit adc13e1

Browse files
committed
Delete new test that's duplicative.
1 parent 396490c commit adc13e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

python/ctsm/test/test_unit_set_paramfile.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,6 @@ def test_checkcorrectndims_1d_nparray(self):
100100
da = xr.DataArray(data=[1, 2])
101101
self.assertTrue(sp.check_correct_ndims(da, np.array([1, 2])))
102102

103-
def test_checkcorrectndims_1d_scalar(self):
104-
"""Check True when given a scalar for a 1d parameter (we want to apply it to all)"""
105-
da = xr.DataArray(data=[1, 2])
106-
self.assertTrue(sp.check_correct_ndims(da, 87))
107-
108103

109104
class TestUnitIsInteger(unittest.TestCase):
110105
"""Unit tests of is_integer"""

0 commit comments

Comments
 (0)