Skip to content

Commit

Permalink
fix model path
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Feb 28, 2024
1 parent 99dd474 commit f4a3271
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/ipi/tests/test_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,9 @@ def test_normalize_coords(self):


class TestDPIPIPt(TestDPIPI):
# copy from test_deeppot_a.py
@classmethod
def setUpClass(cls):
cls.model_file = "deeppot_sea.pth"
cls.model_file = str(tests_path / "infer" / "deeppot_sea.pth")

def setUp(self):
super().setUp()
Expand Down

0 comments on commit f4a3271

Please sign in to comment.