Skip to content

Commit

Permalink
fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
EXTERNAL-Ewall-Wice committed May 24, 2018
1 parent 896202f commit 59c7143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera_pspec/tests/test_pspecdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def test_validate_datasets(self):
nt.assert_raises(ValueError, ds.validate_datasets)
# test std exception
ds.dsets_std=ds.dsets_std[:1]
nt.assert_raises(ValueError, ds.validate_datsets)
nt.assert_raises(ValueError, ds.validate_datasets)
# test warnings
uvd = copy.deepcopy(self.d[0])
uvd2 = copy.deepcopy(self.d[0])
Expand Down

0 comments on commit 59c7143

Please sign in to comment.