Skip to content

Commit 87bef8e

Browse files
committed
style
Signed-off-by: Boris Fomitchev <[email protected]>
1 parent 11a2e57 commit 87bef8e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cuequivariance_torch/tests/primitives/primitive_export_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def test_script_fused_tp_3(mode, tmp_path):
7474
torch.testing.assert_close(out11, out22)
7575

7676

77-
7877
@pytest.mark.parametrize("mode", export_modes)
7978
def test_script_fused_tp_4(mode, tmp_path):
8079
if not torch.cuda.is_available():

cuequivariance_torch/tests/primitives/tensor_product_test.py

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def make_descriptors():
8989
(torch.bfloat16, torch.float32, 1.0),
9090
]
9191

92+
9293
@pytest.mark.parametrize("batch_size", [0, 3])
9394
@pytest.mark.parametrize("use_fallback", [True, False])
9495
@pytest.mark.parametrize("dtype, math_dtype, tol", settings)

0 commit comments

Comments
 (0)