Skip to content

Commit b3c9376

Browse files
authored
Update test_integration.py
1 parent aadad1d commit b3c9376

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/test_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def run_integration_check(reference_file, current_file, threshold=0.01):
1212

1313
rmse = np.sqrt(np.mean((ref_data - cur_data)**2))
1414
data_range = np.max(ref_data) - np.min(ref_data)
15-
1615
if data_range == 0:
1716
nrmse = 0.0
1817
else:

0 commit comments

Comments
 (0)