Philipp Schiele

Results 117 comments of Philipp Schiele

@rodfloripa I'm not too familiar with Gurobi myself, but seeing "Restricted license" in the verbose output most likely means that your license was not found. Did you follow the instructions...

Hi @eromoe ! There are a couple of issues with the code: 1. you can't slice numpy arrays using cvxpy variables. Generally, you should use numpy functions for data and...

Hi @kubataytekin ! Can you try a different solver to isolate the issue?

@michael-123123 Can you explain the testing you did to come up with the "up to x3 time" performance penalty for stacking? I'd like to see what the bottleneck is here.

Thanks for the nice snippet, @michael-123123 ! I did some digging and it turns out that `hstack` is slower because of the way the size is computed. This is quite...

I don't see a big downside to changing it. If the maintainers agree, a PR would be most welcome. Perhaps `utilities/shape.py` would be a good place to house this function.

> @phschiele what software did you use to make this graph? Very cool! > > > > > > > ![image](https://user-images.githubusercontent.com/44360364/171794372-58ead59f-b7a9-4876-a61a-6a3bd7275074.png) > > @adishavit it's called [snakeviz](https://jiffyclub.github.io/snakeviz/)

@rileyjmurray I just set up a fresh codespace and only ran ```bash pip install isort isort . ``` and if worked, skipping 4 files. I tried this under bash and...

Good catch @PTNobel, closing.