Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement support for systems with delays #127

Merged
merged 13 commits into from
Nov 15, 2024
Merged

Implement support for systems with delays #127

merged 13 commits into from
Nov 15, 2024

Conversation

richfitz
Copy link
Member

@richfitz richfitz commented Nov 12, 2024

This is still quite basic and has some big limitations (mostly flagged in the comments) with tickets to pick up later. In addition, this will fail catastrophically if used with reordering (but noone will do that combination without really pushing ahead of the docs). Once this is in, I will look at the multiple solvers to make that threadsafe, and at generating delay code from odin

@richfitz richfitz marked this pull request as ready for review November 12, 2024 16:30
## Check that we have the same system:
expect_equal(y[1:4, ], y_cmp[1:4, ], tolerance = 1e-5)
## And check that the incidence calculation is correct:
expect_equal(y[5, ], y_cmp[5, ], tolerance = 1e-5)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So these two are the same -
expect_equal(y, y_cmp, tolerance = 1e-5) succeeds...

@weshinsley weshinsley merged commit b197e89 into main Nov 15, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants