Jonathan Berthias

Results 4 comments of Jonathan Berthias

The issue with `__annotations__` seems to have been fixed in the latest release of Pylint: ``` pylint 3.0.2 astroid 3.0.1 Python 3.11.6 (main, Oct 2 2023, 13:45:54) [GCC 11.4.0] ```...

Hi everyone, Sorry if this has already been discussed, but I wanted to suggest moving this code to an external package, e.g. `cvxpy-torch`. The reason I'm suggesting this is that...

Hi, could you clarify what the `tuple[str]` case is for? Don't the `str` and `tuple[str, dict]` cover all cases, i.e. either no solver specific options, or some options?

Thanks @oriyalperin for answering so quickly! What I meant was, when would it be useful to use the 1-str tuple form (option 2. in your list)? As I see things,...