Amit Kumar

Results 188 comments of Amit Kumar

Hi @TheSlimvReal I am the creator of Cirun.io, "tests on the GPU" caught my eye. FWIW I'll share my two cents. I created a service for problems like these, which...

This is correct. The `==` is used for structural comparison, not mathematical. http://docs.sympy.org/latest/tutorial/gotchas.html#equals-signs

This is likely due to incorrect parsing, I believe the expression is parsed as: ```python solve(x**2) - 4 ``` Which results in `solve(x**2)` returning a list, hence the error: (`unsupported...

This could also be the desired behaviour, but either ways it doesn't looks great.

I have created a branch for the same: https://github.com/sympy/sympy_gamma/tree/py38-runtime Lets see what works and what doesn't.

This issue has been fixed, I have been waiting for the CI run to complete, which takes forever on Travis.

Hi @95-martin-orion I am the creator of [Cirun.io](https://cirun.io), "GPU support" and "Self-hosted" caught my eye. FWIW I'll share my two cents. I created a service for problems like these, which...

Hi I am the creator of Cirun.io, "GPU" and "CI" caught my eye. FWIW I'll share my two cents. I created a service for problems like these, which is basically...

> I am a bit confused by this - can you elaborate @aktech? The idea was to have a set of questions in the qhub init cli with reasonable defaults,...

@costrouc sounds great, would be great if we can print that in the CI step itself instead of an artifact.