Skip to content

Commit

Permalink
allow ioh version 0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdenobel committed Jun 28, 2024
1 parent 9e0282b commit d399157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"setuptools>=42",
"wheel",
"pybind11>=2.6.0",
"ioh>=0.3.17",
"ioh>=0.3.14",
"numpy>=1.18.5, <2.0.0",
"mypy",
"pybind11>=2.6.0",
Expand Down
3 changes: 1 addition & 2 deletions tests/test_c_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ def test_cached_sampler(self):
cma.step(sum)
z_sum = cma.p.pop.Z.sum(axis=0)
self.assertAlmostEqual(z_sum[0], -2.5631031)
self.assertAlmostEqual(z_sum[1], -1.6832425)

self.assertAlmostEqual(z_sum[1], -1.6832425)



Expand Down

0 comments on commit d399157

Please sign in to comment.