Skip to content

Commit

Permalink
Add 2 UT
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengqian-Zhang committed May 24, 2024
1 parent d8dadda commit 68eda81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/pt/test_dp_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def test_checkpoint(self):
in results[-1]
)

'''
def test_frozen_model(self):
INPUT = "frozen_model.pth"
ATTRIBUTES = "type-map descriptor fitting-net"
Expand All @@ -74,6 +73,7 @@ def test_frozen_model(self):
in results[-1]
)

'''
def test_checkpoint_error(self):
INPUT = "model.pt"
ATTRIBUTES = "model-branch type-map descriptor fitting-net"
Expand Down

0 comments on commit 68eda81

Please sign in to comment.