Pre-commit formatting

This commit is contained in:
Joona Havukainen
2025-07-06 14:27:40 -07:00
parent af74818528
commit 5b089dc5da
4 changed files with 11 additions and 11 deletions

View File

@@ -1027,7 +1027,6 @@ TEST_CASE("test reduction ops") {
x = array({1.0f, NAN, 3.0f, 4.0f, 5.0f, 6.0f});
CHECK(isnan(max(x).item<float>()));
}
// Test logsumexp