Giter Site home page Giter Site logo

Comments (2)

GokulOorja avatar GokulOorja commented on June 19, 2024

Using this with celery

odeint(right_hand_side, time_range, self.T0.ravel(), method=self.method,
celery_worker_1 | [2024-01-03 12:35:41,203: WARNING/ForkPoolWorker-4] File "/usr/local/lib/python3.9/site-packages/scikits/odes/odeint.py", line 215, in odeint
celery_worker_1 | solver = ode(int_name, rhsfun, **options)
celery_worker_1 | [2024-01-03 12:35:41,204: WARNING/ForkPoolWorker-4] File "/usr/local/lib/python3.9/site-packages/scikits/odes/ode.py", line 273, in init
celery_worker_1 | integrator = find_ode_integrator(integrator_name)
celery_worker_1 | [2024-01-03 12:35:41,204: WARNING/ForkPoolWorker-4] File "/usr/local/lib/python3.9/site-packages/scikits/odes/ode.py", line 494, in find_ode_integrator
celery_worker_1 | raise ValueError('Integrator name %s does not exist' % name)
celery_worker_1 | [2024-01-03 12:35:41,204: WARNING/ForkPoolWorker-4] ValueError: Integrator name cvode does not exist

NOTE: using solvers rk5 and rk8 with odeint(* , method="rk5") working fine

method="cvode"
method="bdf"

are not working

from sundials.

drreynolds avatar drreynolds commented on June 19, 2024

These issues seem to be arising inside the scikits Python package (scikits/odes/odeint.py), not SUNDIALS. I recommend that you submit the issue to them, since we have no control over the scikits source code.

from sundials.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.