nasa / bingo

Apache License 2.0
47 stars 28 forks source link

pytest.approx() fix in test_evolutionary_optimizer #53

Closed nightdr closed 2 years ago

nightdr commented 2 years ago

Fixed pytest.approx() in test_evolutionary_optimizer.py. Before the fix, the tests were passing on previous versions of pytest, but they fail on pytest version 7.1.2 (since pytest.approx() should be used in an equality).

nightdr commented 2 years ago

This change fixes the issue brought up in PR #48, so I reverted the requirements.txt change.