Skip to content

Commit

Permalink
Update test_se_t.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed May 28, 2024
1 parent 7ff5eaa commit e0d1498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tests/consistent/descriptor/test_se_t.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

@parameterized(
(True, False), # resnet_dt
([],), # excluded_types
([], [[0, 1]]), # excluded_types
("float32", "float64"), # precision
(0.0, 1e-8, 1e-2), # env_protection
)
Expand Down Expand Up @@ -90,7 +90,7 @@ def skip_tf(self) -> bool:
precision,
env_protection,
) = self.param
return env_protection != 0.0
return env_protection != 0.0 or excluded_types

tf_class = DescrptSeTTF
dp_class = DescrptSeTDP
Expand Down

0 comments on commit e0d1498

Please sign in to comment.