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

Simplify Travis CI setup and parts of Python tests #53

Merged
merged 3 commits into from
Apr 15, 2019

Commits on Apr 13, 2019

  1. Python: use np.testing.assert_allclose instead of assert np.allclose

    to concisely quantify differences in testing.
    
    Note that rtol and atol defaults for each function are different:
     - np.allclose: rtol=1e-05, atol=1e-08
     - np.testing.assert_allclose: rtol=1e-07, atol=0
    mwtoews committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    27112a9 View commit details
    Browse the repository at this point in the history
  2. Python: simplify UZT_NonEq/insert_stopflow_period.py

    Also allow script to run in current directory
    mwtoews committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    8b448f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a520f27 View commit details
    Browse the repository at this point in the history