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

adding test to check all notebooks. #196

Draft
wants to merge 18 commits into
base: develop
Choose a base branch
from
Draft

adding test to check all notebooks. #196

wants to merge 18 commits into from

Commits on Oct 26, 2021

  1. adding unit test to check all notebooks. test is currently implemente…

    …d in same testing instance as test_model and test_solver, however it takes a very long time to run. A timeout is given to each cell of 10 minutes, and cells that exceed this timeout report erroneous and will cause the test to fail. This is a naive implementation which will execute all notebooks contained in the examples directory, and may need to be modified to operate on or be able to select a minimal set of notebooks which meet a stricter runtime criteria. Additionally, it may be worth separating these tests to be executed by a different action to prevent unwanted failures from notebooks causing the main testing routine to fail.
    seanebum committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    aad755b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e88f684 View commit details
    Browse the repository at this point in the history
  3. that didn't work...

    seanebum committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    894e0b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67cec84 View commit details
    Browse the repository at this point in the history
  5. needed nbconvert too

    seanebum committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    95c69ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    192b79c View commit details
    Browse the repository at this point in the history
  7. and the import...

    seanebum committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d3c3e5d View commit details
    Browse the repository at this point in the history
  8. another oopsie fixie

    seanebum committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    62a6385 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    d080717 View commit details
    Browse the repository at this point in the history
  2. cleaned up paths

    seanebum committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    638e0b5 View commit details
    Browse the repository at this point in the history
  3. fixed missing paren

    seanebum committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    bca5181 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd3f859 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ba1ad1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. cleaning up test flow some

    seanebum committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    1c2675e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d9cf39 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    0cc8d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a82cd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a028fd2 View commit details
    Browse the repository at this point in the history