Skip to content

Commit

Permalink
fix uts
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed Jan 24, 2024
1 parent 8b6c1bd commit 941ec7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file renamed tests/models/dpa2.pth → tests/models/dpa2.pt
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_descriptor_dpa2.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def setUp(self):
]).to(env.DEVICE)
with open(Path(CUR_DIR)/"models"/"dpa2_hyb.json") as fp:
self.model_json = json.load(fp)
self.file_model_param = Path(CUR_DIR)/"models"/"dpa2.pth"
self.file_model_param = Path(CUR_DIR)/"models"/"dpa2.pt"
self.file_type_embed = Path(CUR_DIR)/"models"/"dpa2_tebd.pth"

def test_descriptor_hyb(self):
Expand Down

0 comments on commit 941ec7b

Please sign in to comment.