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

Use single type for mass action kinetics #38

Merged
merged 1 commit into from Feb 3, 2020
Merged

Use single type for mass action kinetics #38

merged 1 commit into from Feb 3, 2020

Conversation

alanderos91
Copy link
Owner

This avoids type instability in rate and rate_derivative due to the small type union.
Using a single type is probably better in the long run, but need to keep an eye on rate_derivative for higher-order (order >> 2)reactions.

This avoids type instability in `rate` and `rate_derivative` due to the small type union.
Using a single type is probably better in the long run, but need to keep an eye on `rate_derivative` for higher-order (order >> 2)reactions.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.8%) to 72.289% when pulling 7437855 on develop into a2904f2 on master.

@alanderos91 alanderos91 merged commit 9f47b29 into master Feb 3, 2020
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.

None yet

2 participants