Skip to content

Commit

Permalink
Add comment for clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusvasquez333 committed Nov 16, 2019
1 parent 695299e commit 0f14a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/validate_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def __init__(self, **kwargs):
rmse = np.sqrt(np.square(np.subtract(y,y_smurf)).mean())
print(f'RMSE = {rmse}')

# Verify that the 2 results are identical
if rmse != 0:
raise AssertionError(f'RMSE value {rmse} is not zero')

Expand Down

0 comments on commit 0f14a33

Please sign in to comment.