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

Catch error in steady state calculation #614

Merged
merged 2 commits into from
Aug 4, 2021

Commits on Aug 4, 2021

  1. Fix steady state calculation

    Raise ValueError when `beta` and `gamma` are not positive.
    WeilerP committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    9ebe88b View commit details
    Browse the repository at this point in the history
  2. Update TestSplicingDynamics

    Add unit test to verify ValueError is raised when calculating steady
    states with inadmissible parameter values.
    WeilerP committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    8786301 View commit details
    Browse the repository at this point in the history