Skip to content

Commit 69ada60

Browse files
committed
fix linting
1 parent 9e5cb65 commit 69ada60

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tests/test_curvature.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,12 @@ def test_correctness_curvature_quadric(self):
210210
k1_relative_change * 100), "%"),
211211
(" K1", "max", "relative change", np.max(
212212
k1_relative_change * 100), "%"),
213-
(" K1", "mean", "absolute change", np.mean(k_mean_absolute_change)),
214-
(" K1", "std", "absolute change", np.std(k_mean_absolute_change)),
215-
(" K1", "max", "absolute change", np.max(k_mean_absolute_change)),
213+
(" K1", "mean", "absolute change",
214+
np.mean(k_mean_absolute_change)),
215+
(" K1", "std", "absolute change",
216+
np.std(k_mean_absolute_change)),
217+
(" K1", "max", "absolute change",
218+
np.max(k_mean_absolute_change)),
216219
]
217220

218221
# PRINT STATS

0 commit comments

Comments
 (0)