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

Fix ConfigSpace dependency issue #955

Merged
merged 7 commits into from
Jul 4, 2022

Conversation

bouthilx
Copy link
Member

No description provided.

bouthilx added 2 commits July 4, 2022 13:23
Why:

*Type is an invalid name according to pylint. They recommend using the
suffix T instead of Type: pylint-dev/pylint#6003 (comment)
@bouthilx bouthilx requested a review from lebrice July 4, 2022 19:01
bouthilx added 5 commits July 4, 2022 15:53
Why:

In newest versions of numpy, passing a list for indices is not the same
as `array[d1, d2, d3]`, but using a tuple works.
Why:

New version of numpy (1.23) leads to slightly different values
(something like 10th decimal) which makes tests fail. Instead of
updating the hardcoded values in the tests, we should use directly
numpy.log so that it is adjusted to numpy's version.
@bouthilx bouthilx force-pushed the hotfix/config_space_dep branch from 4776696 to e813ec2 Compare July 4, 2022 19:54
@bouthilx bouthilx merged commit cff4374 into Epistimio:develop Jul 4, 2022
@bouthilx bouthilx added the ci label Jul 4, 2022
@notoraptor notoraptor mentioned this pull request Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants