Skip to content

Commit

Permalink
Merge branch 'devel' of https://github.com/cherryWangY/deepmd-kit int…
Browse files Browse the repository at this point in the history
…o devel
  • Loading branch information
cherryWangY committed Oct 26, 2024
2 parents 4d3c1b8 + b92c1f8 commit 619e5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions source/tests/pt/model/test_compressed_descriptor_se_a.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ def eval_pt_descriptor(
return result


@parameterized(
("float32", "float64"),
(True, False)
)
@parameterized(("float32", "float64"), (True, False))
class TestDescriptorSeA(unittest.TestCase):
def setUp(self):
(self.dtype, self.type_one_side) = self.param
Expand Down
5 changes: 1 addition & 4 deletions source/tests/pt/model/test_compressed_descriptor_se_atten.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ def eval_pt_descriptor(
return result


@parameterized(
("float32", "float64"),
(True, False)
)
@parameterized(("float32", "float64"), (True, False))
class TestDescriptorSeAtten(unittest.TestCase):
def setUp(self):
(self.dtype, self.type_one_side) = self.param
Expand Down

0 comments on commit 619e5fb

Please sign in to comment.