We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8efd7 commit 818ae0aCopy full SHA for 818ae0a
docs/source/algorithms.md
@@ -4742,3 +4742,4 @@ pyensmallen_experimental).
4742
:filter: docname in docnames
4743
:style: unsrt
4744
```
4745
+````
src/optimagic/config.py
@@ -39,7 +39,7 @@ def _is_installed(module_name: str) -> bool:
39
IS_IMINUIT_INSTALLED = _is_installed("iminuit")
40
IS_NEVERGRAD_INSTALLED = _is_installed("nevergrad")
41
IS_BAYESOPT_INSTALLED = _is_installed("bayes_opt")
42
-IS_PYENSMALLEN_INSTALLED= _is_installed("pyensmallen")
+IS_PYENSMALLEN_INSTALLED = _is_installed("pyensmallen")
43
44
45
# ======================================================================================
0 commit comments