Skip to content

Commit d47493a

Browse files
Update test_equivariance.py
fix
1 parent b26f45b commit d47493a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_equivariance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ def test_vector_equivariance(model_name):
3838
[-0.0626055, 0.3134752, 0.9475304],
3939
]
4040
)
41-
if model_name == "equivariant_transformer"
41+
if model_name == "equivariant_transformer":
4242
model = create_model(
4343
load_example_args(
4444
model_name,
4545
prior_model=None,
4646
output_model="VectorOutput",
4747
)
4848
)
49-
if model_name == "tensornet"
49+
if model_name == "tensornet":
5050
model = create_model(
5151
load_example_args(
5252
model_name,

0 commit comments

Comments
 (0)