Skip to content

Commit

Permalink
Update test_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed Feb 23, 2025
1 parent a4c40e4 commit 9e0928a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/tests/universal/pt/model/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ def setUpClass(cls) -> None:
(FittingParam, Fitting) = cls.param[1]
cls.epsilon_dict["test_smooth"] = 1e-6
cls.aprec_dict["test_smooth"] = 5e-5
cls.aprec_dict["test_rot"] = 1e-10 # for test stability
# set special precision
if Descrpt in [DescrptDPA2, DescrptHybrid]:
cls.epsilon_dict["test_smooth"] = 1e-8
Expand Down

0 comments on commit 9e0928a

Please sign in to comment.