-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
pythonPackages.fcmaes: init at 0.9.5.7 #83787
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small formatting, add a few comments on what you're doing. Reorder top-level pythonPackages declaration.
@GrahamcOfBorg eval |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other LGTM
assuming it has tests
@GrahamcOfBorg eval |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also, not sure about this python38 test:
builder for '/nix/store/ibwj1z7kdvhbxw7s7mc6a6zhl2cnarp1-python3.8-fcmaes-0.9.5.7.drv' failed with exit code 1; last 10 log lines:
if limit > ret.fun:
break
assert(limit > ret.fun) # optimization target not reached
> assert(max_eval + popsize > ret.nfev) # too much function calls
E assert (100000 + 1000) > 101000
E + where 101000 = fun: -959.640662720851\n nfev: 101000\n nit: 102\n status: 0\n success: True\n x: array([512. , 404.23180511]).nfev
fcmaes/test_cma.py:159: AssertionError
========================= 1 failed, 7 passed in 50.53s =========================
cannot build derivation '/nix/store/zfsh1jpm1qp76dqx89hx296jxnbal0bq-env.drv': 2 dependencies couldn't be built
Closed since fcmaes has a new release, with new dependencies, and I don't want to maintain that. |
Motivation for this change
Adds
fcmaes
.Should also help packaging
nevergrad
#80424 (comment)Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)