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

Fix bug in parser #723

Merged
merged 3 commits into from
Feb 8, 2025
Merged

Fix bug in parser #723

merged 3 commits into from
Feb 8, 2025

Conversation

mattldawson
Copy link
Collaborator

Fixes a bug in the conversion of rate constant parameter units caused by underflow of an unsigned int. Updates some tutorial examples accordingly. Also, adds the option to calculate air density based on the temperature, pressure, and Ideal Gas Law.

closes #721
closes #722

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.50%. Comparing base (60c80d6) to head (5831409).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #723      +/-   ##
==========================================
+ Coverage   94.49%   94.50%   +0.01%     
==========================================
  Files          63       64       +1     
  Lines        4376     4384       +8     
==========================================
+ Hits         4135     4143       +8     
  Misses        241      241              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sjsprecious sjsprecious merged commit b342305 into main Feb 8, 2025
27 checks passed
@sjsprecious sjsprecious deleted the develop-721-tutorial-bug branch February 8, 2025 00:04
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.

Tutorial examples missing air density Inconsistent results in tutorial examples
4 participants