Kale Kundert

Results 34 issues of Kale Kundert

I looked into #269 a little more closely, and I found that the test suite passes with scipy 1.13, but not with 1.12. I think this is due to the...

Trying to install pymanopt in a python 3.12 environment results in the following error: ```console $ python --version Python 3.12.2 $ python -m pip install pymanopt Collecting pymanopt Using cached...

Fixes #8495

status: needs information

The most common way to use docopt is to write a module docstring and to pass it to `docopt.docopt()` using the special `__doc__` global variable: ``` import docopt args =...