diffeqpy icon indicating copy to clipboard operation
diffeqpy copied to clipboard

Solving differential equations in Python using DifferentialEquations.jl and the SciML Scientific Machine Learning organization

Results 38 diffeqpy issues
Sort by recently updated
recently updated
newest added

``` sol = de.solve(prob, solver) RuntimeError:

If a `de.ODEProblem` is setup via MTK's `ODESystem` interface, it produces a MethodError (`MethodError: no method matching one(::Tuple{Operation,Float64})`) ## Setup ```python3 from julia import Main, ModelingToolkit from diffeqpy import de...

@johnnychen94 is this the right way to check for an existing installation? @tkf can you help make sure this works correctly with diffeqpy?

I got this error when I tried to run the simple example from the README: ```python CalledProcessError Traceback (most recent call last) in ----> 1 from diffeqpy import de 2...

I am trying to write a script to automatically install `julia` and `diffeqpy`: ```python3 import julia from julia import Pkg import diffeqpy Pkg.activate(".") # use local environment julia.install() diffeqpy.install() ```...

I have problem importing this package in google Colab. is there any way you would suggest help me with that? when I try out " from diffeqpy import de" I...

We're the devs of the PyTorch-based younger brother of JuliaDiffEq, [torchdyn](https://github.com/DiffEqML/torchdyn). Since we don't have the bandwidth (nor it is our objective at the moment) to improve / reimplement the...

It seems like it would be a good front end for diffeqpy which would allow users to easily build Julia functions and get the full speed. I would need help...

I'm attempting to run the example posted on the GitHub page for diffeqpy. I've installed diffeqpy successfully on a Mac Pro (2019) running Mac OS X 10.15.4 (Catalina). I'm running...

I was able to install successfully diffeqpy on my Mac Pro (2019) running Mac OS X ver. 10.15.4 (Catalina). I'm running Python version 3.7.6 from the Anaconda distribution. The problem...