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

Collect build/test timing information and fix some bugs #1020

Merged
merged 15 commits into from
Apr 28, 2021

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    1c98fff View commit details
    Browse the repository at this point in the history
  2. [CI] Install pytest

    speth committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    385ac50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b40a0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0245083 View commit details
    Browse the repository at this point in the history
  5. [CI] Show SCons timing info

    speth committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    a832a6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f93f78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2f79c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4bf388a View commit details
    Browse the repository at this point in the history
  9. [Input] Avoid over-eager conversions to double

    Prevent strings like "E-1" from being identified as floating point values.
    speth committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    b3e60f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe38d89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3d8dc27 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. [Test] Skip test_ignition_delay_sensitivity

    This test is not reliable and causes lots of CI headaches.
    
    Some of the problems are documented in
    Cantera/enhancements#55
    speth committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    542532e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ac8f67 View commit details
    Browse the repository at this point in the history
  3. [SCons] Add AnyMap.h to precompiled header

    Speeds up overall compilation time because this header and all the
    templated code in AnyMap.inl.h is directly or indirectly included in
    many other files.
    speth committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    c6b2151 View commit details
    Browse the repository at this point in the history
  4. Delete erroneous header comment

    speth committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    a5242ab View commit details
    Browse the repository at this point in the history