Skip to content

Commit

Permalink
Update test_smooth.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed Feb 27, 2024
1 parent 847565a commit 6529441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/pt/model/test_smooth.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def setUp(self):
model_params = copy.deepcopy(model_zbl)
self.type_split = False
self.model = get_model(model_params).to(env.DEVICE)
self.epsilon, self.aprec = None, None
self.epsilon, self.aprec = 1e-4, None


class TestEnergyModelSpinSeA(unittest.TestCase, SmoothTest):
Expand Down

0 comments on commit 6529441

Please sign in to comment.