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

Split models #45

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Split models #45

wants to merge 12 commits into from

Commits on Mar 13, 2021

  1. Cleaned up trailing whitespace.

    Ran `s/\s\+$//e`.
    schutt committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    fe78dbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9468fcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31eac1f View commit details
    Browse the repository at this point in the history
  4. Spellcheck.

    schutt committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    1267f37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f99218c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ac31e0 View commit details
    Browse the repository at this point in the history
  7. Removed superfluous parens.

    schutt committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    e07b868 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4eaf100 View commit details
    Browse the repository at this point in the history
  9. Fix doubled parameter.

    schutt committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    d2e5172 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Split the plotting out of the basic SEIRS and SEIRS network models in…

    …to a separate base class.
    
    The plotting was slightly altered by adding a property to select between N and number of nodes as the basis of the plotting. This makes the plotting methods identical.
    schutt committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    4e50328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31f8574 View commit details
    Browse the repository at this point in the history
  3. Update the extended SEIRS network model to extend the base model.

    Note that because of how the extra parameters are handled, this doesn't actually abstract anything. It is done for consistency and to simplify future unification efforts.
    schutt committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    1deb63b View commit details
    Browse the repository at this point in the history