Skip to content

Commit

Permalink
retest
Browse files Browse the repository at this point in the history
  • Loading branch information
brryan committed Nov 7, 2024
1 parent afc51fe commit a9fb9ea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,7 @@ def Analyse(self, parameters):
)
if ref_data.shape != final_data.shape:
print("TEST FAIL: Mismatch between actual and reference data shape.")
print(ref_data)
print(final_data)
return False
return (np.abs(final_data - ref_data) <= 1e-10).all()

0 comments on commit a9fb9ea

Please sign in to comment.