Skip to content

Fix issues with numpy backend and past() usage #41

@Richert

Description

@Richert

The function call past() can be used in equation strings to implement delayed differential equation systems in PyRates.
However, this only works with the Julia backend at the moment, as the Julia backend implementation of the past function works with "DifferentialEquations.jl". The standard numpy-based backend fails when compared to the Python package "ddeint". Fix this.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions