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

Test fixes #1

Open
wants to merge 24 commits into
base: refactor/site_info
Choose a base branch
from
Open

Commits on Jul 31, 2023

  1. Update CI Action to run on PRs (NREL#151)

    * Update CI Action to run on PRs
    
    * Add CI Badge to README.md
    
    * Fix failing hybrid test
    camirmas authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9506a41 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update CI to use conda

    camirmas committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2ce2ca6 View commit details
    Browse the repository at this point in the history
  2. Update ci.yml

    camirmas authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    57163b1 View commit details
    Browse the repository at this point in the history
  3. Add OSX run

    camirmas committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4c434c8 View commit details
    Browse the repository at this point in the history
  4. Add debug for deps

    camirmas committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ee6eff8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Fix some tests in tests/hopp

    Fixes some of the clearer test failures. Still getting some numerical failures of varying magnitudes, which will need to be investigated further.
    camirmas committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    29239c9 View commit details
    Browse the repository at this point in the history
  2. Update install instructions

    After a fresh env install, I received test failures related to Pyomo not finding glpk. This fixes that issue by updating the README to specify a `glpk` install via conda.
    camirmas committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f3f7afd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6377e40 View commit details
    Browse the repository at this point in the history
  4. Update CI Action to run on PRs (NREL#151)

    * Update CI Action to run on PRs
    
    * Add CI Badge to README.md
    
    * Fix failing hybrid test
    camirmas committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    cf84d29 View commit details
    Browse the repository at this point in the history
  5. Add SiteInfo tests

    camirmas committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    75fdd04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d6956a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f734ea View commit details
    Browse the repository at this point in the history
  8. Use hopp tests only

    camirmas committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f400696 View commit details
    Browse the repository at this point in the history
  9. Add Windows

    camirmas committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6b683f9 View commit details
    Browse the repository at this point in the history
  10. Disable caching

    camirmas committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5568dc3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2a48901 View commit details
    Browse the repository at this point in the history
  12. collect-only run

    camirmas committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4f6db3a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Remove star imports

    camirmas committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    9a0232e View commit details
    Browse the repository at this point in the history
  2. Downgrade pip

    camirmas committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    2ea0437 View commit details
    Browse the repository at this point in the history
  3. Use multiprocessing-on-dill

    camirmas committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    863dfa0 View commit details
    Browse the repository at this point in the history
  4. Add pytest-timeout

    camirmas committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    426d572 View commit details
    Browse the repository at this point in the history
  5. Rename folders

    camirmas committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d755ee5 View commit details
    Browse the repository at this point in the history
  6. disable new logger

    camirmas committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8803eda View commit details
    Browse the repository at this point in the history
  7. Update

    camirmas committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    85663f9 View commit details
    Browse the repository at this point in the history