Janos Gabler

Results 38 comments of Janos Gabler

I get the same problem on a Macbook M3. The error is `assert 0.75 == 0.0`

I have a similar Problem on an M3 Mac. ## Reproduction To isolate the problem I created a conda environment that just contains Python and then pip-installed `nlopt` into it:...

I like the idea. Also want to put everything into `pyproject.toml` in my other projects, just haven't got around yet. I have no experience with hatch but friends of mine...

> A more general note is: does this really count as a "how to" guide? If I understood correctly, those should focus on answering the question, not on explaining how...

Also look at this: https://hynek.me/articles/python-recursive-optional-dependencies/

If I understand correctly, the top-post is proposing two things: 1. Passing the `MinimizeMethod` Enum instead of a string to select algorithms 2. Passing configured algorithm objects instead of a...

> Regarding your question, I am unsure whether I understand it correctly. If, for example, I have a benchmark with two functions that have different runtimes of their derivative, I...

HI @spline2hg we are alread working on this in #553 and it is too hard for a first-time contributor. We'll upload more issues with the "good first issue" tag in...