Skip to content

Commit

Permalink
fix: UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
anyangml committed Oct 8, 2024
1 parent 8b1cb8c commit f2753e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/tests/universal/pt/model/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,8 +885,7 @@ def setUpClass(cls):
type_map=cls.expected_type_map,
)
cls.module = DPLinearModel(
dp_model,
pt_model,
[dp_model1,dp_model2],
type_map=cls.expected_type_map,
)
# only test jit API once for different models
Expand Down

0 comments on commit f2753e7

Please sign in to comment.