Skip to content

Commit

Permalink
fixed rebasing bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
EXTERNAL-Ewall-Wice committed May 24, 2018
1 parent e7dfbc4 commit ab289de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hera_pspec/tests/test_pspecdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,7 @@ def test_get_MW(self):
n = 17
random_G = generate_pos_def_all_pos(n)
random_H = generate_pos_def_all_pos(n)

nt.assert_raises(AssertionError, self.ds.get_MW, random_G, mode='L^3')
nt.assert_raises(AssertionError, self.ds.get_MW, random_G, random_H, mode='L^3')

for mode in ['G^-1', 'G^-1/2', 'I', 'L^-1']:
if mode == 'G^-1':
Expand Down

0 comments on commit ab289de

Please sign in to comment.