Skip to content

Commit

Permalink
ase 3.21 and test mlneb and mlmin
Browse files Browse the repository at this point in the history
  • Loading branch information
mhangaard committed Nov 14, 2022
1 parent c5442cd commit 1d43067
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ase>=3.17.0
ase>=3.21.0
click>=6.7
cycler>=0.10.0
decorator>=4.3.0
Expand Down
6 changes: 6 additions & 0 deletions test/test_mlmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,9 @@ def test_kernel(self):
fmax_test = 0.00766
np.testing.assert_array_almost_equal(fmax_opt, fmax_test, decimal=5)


if __name__ == '__main__':
test_class = TestMLMin()
test_class.test_minimize()
test_class.test_acquisition()
test_class.test_kernel()

0 comments on commit 1d43067

Please sign in to comment.