Skip to content

Commit

Permalink
Update test_fes_predict.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley committed Dec 23, 2022
1 parent ba0e2aa commit 854f3ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_fes_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ def test_compare_FES2014(METHOD):
eps = np.finfo(np.float16).eps
# calculate differences between methods
for i,cons in enumerate(c):
# verify constituents
assert (cons == constituents.fields[i])
# calculate difference in amplitude and phase
difference = hc1[:,i] - hc2[:,i]
assert np.all(np.abs(difference) <= eps)
Expand Down

0 comments on commit 854f3ae

Please sign in to comment.