Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit nevergrad version to fix long algo tests in CI #1086

Merged
merged 2 commits into from
Mar 2, 2023

Conversation

notoraptor
Copy link
Collaborator

Description

Hi @bouthilx ! This is a pull request to try to fix long algo failing tests.

It seems in nevergrad 0.6.0, we can't find ng.optimizers.registry['NGOpt12']. So I updated nevergrad version range.

Changes

  • Set nevergrad version to "nevergrad>=0.4.3.post10,<0.6"

Checklist

Tests

  • I added corresponding tests for bug fixes and new features. If possible, the tests fail without the changes
  • All new and existing tests are passing ($ tox -e py38; replace 38 by your Python version if necessary)

Documentation

  • I have updated the relevant documentation related to my changes

Quality

  • I have read the CONTRIBUTING doc
  • My commits messages follow this format
  • My code follows the style guidelines ($ tox -e lint)

@bouthilx bouthilx merged commit 3a4b49f into Epistimio:develop Mar 2, 2023
@notoraptor notoraptor deleted the fix-nevergrad branch March 2, 2023 18:28
@notoraptor notoraptor mentioned this pull request Mar 2, 2023
@notoraptor notoraptor added bug Indicates an unexpected problem or unintended behavior ci and removed bug Indicates an unexpected problem or unintended behavior labels Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior ci
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants