Skip to content

Commit

Permalink
fix uts
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed Feb 27, 2024
1 parent c2f306c commit 847565a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion source/tests/common/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
p_examples / "zinc_protein" / "zinc_se_a_mask.json",
p_examples / "dos" / "train" / "input.json",
p_examples / "spin" / "se_e2_a" / "input_tf.json",
p_examples / "spin" / "se_e2_a" / "input_torch.json",
p_examples / "dprc" / "normal" / "input.json",
p_examples / "dprc" / "pairwise" / "input.json",
p_examples / "dprc" / "generalized_force" / "input.json",
Expand Down
1 change: 1 addition & 0 deletions source/tests/consistent/descriptor/test_se_e2_a.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def setUp(self):
type_one_side,
excluded_types,
precision,
env_protection,
) = self.param
if not type_one_side:
idx = np.argsort(self.atype)
Expand Down

0 comments on commit 847565a

Please sign in to comment.