it seems a near term work around could be had through PyCall ... ?

   https://github.com/JuliaPy/PyCall.jl




On Wednesday, October 19, 2016 at 7:21:05 AM UTC-7, Steven G. Johnson wrote:
>
> It looks like this is a problem in the DASSL.jl package.  They made the 
> common mistake of over-specifying the types of their arguments, and in 
> particular they require you to pass a Julia ::Function argument for the 
> equations to be solved, rather than any callable object (here, the Python 
> function is passed as a callable ::PyObject).
>
> https://github.com/pwl/DASSL.jl/issues/8
>

Reply via email to