Christopher Rowley

Results 471 comments of Christopher Rowley

That error happens here in sympy: https://github.com/sympy/sympy/blob/af0c8559a845df49a6d0f8855659cebd0ddc9bc8/sympy/utilities/lambdify.py#L849 What's happening is that lambdify is assuming it is being called from Python, whereas it's actually being called from Julia (and therefore there...

Can you give the full log showing JuliaCall installing Julia?

I don't think you can do this with the `with` statement - that just runs the code in the `with` block immediately, whereas you need to create a function to...

> It seems that a Python function object is not converted to a Julia function, instead it is wrapped into a generic Py object, so callbacks just aren't supported? Well...

I'm pretty sure we were talking at cross purposes about the `with` statement. In your original post it looked a lot like you were trying to use `with` in the...

I'm happy to consider the PyFunction idea - feel free to make a separate issue about that.

I don't understand what you want `juliacall.context` to do?

Could you explain some more how this is useful? I don't understand the utility of `jl_do` - as far as I can tell it has very little similarity to Julia's...

> I’m -0.5 on this. Internally we would just convert to dict/list anyway. I’d rather users do that where necessary and avoid the perf penalty in the cases we do...

You can run github actions locally using something like https://github.com/nektos/act. A hackier solution is to run the downgrade script here directly: https://github.com/cjdoris/julia-downgrade-compat-action/blob/main/downgrade.jl.