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

Fixed bug in HRefODrag; Updated Actions yaml files #293

Merged
merged 25 commits into from
Aug 16, 2024
Merged

Commits on Apr 22, 2024

  1. Updated some unit tests that I missed last time.

    Rory Barnes committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e16b93e View commit details
    Browse the repository at this point in the history
  2. Changed logic in unit test yamls to improve reliability of unit test …

    …failure reporting.
    Rory Barnes committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    537b1ec View commit details
    Browse the repository at this point in the history
  3. Added sudo apt-get update to workflow yamls.

    Rory Barnes committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    73e9a13 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    5fb6590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4423e7a View commit details
    Browse the repository at this point in the history
  3. Printing output from an error running vplanet now.

    Rory Barnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2c0880b View commit details
    Browse the repository at this point in the history
  4. Moved error message in wrapper.py

    Rory Barnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7e5d898 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Began removing sprintf...

    RoryBarnes committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6cb2379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df2383f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    c06c139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce0e74 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Removed all instances of sprintf. Code untested.

    Rory Barnes committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    dd706bc View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Updated string copies to use fvFormattedString.

    Rory Barnes committed May 23, 2024
    Configuration menu
    Copy the full SHA
    939f20a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Recasted a few more string arrays to pointers to work with new Format…

    …tedString function.
    Rory Barnes committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b24fe70 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    e039aa0 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. More updates to string formatting.

    Rory Barnes committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    31e2e24 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Finished removing all instances of stcpy, strcat, and sprintf. Code c…

    …ompiles but is untested.
    Rory Barnes committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    33272aa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/VirtualPlanetaryLaboratory/…

    …vplanet into HRefODrag
    Rory Barnes committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ee7581b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bee7c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Refactored InitializeControl and added new funciton InitializeFiles. …

    …ReadOutputOrder currently broken.
    RoryBarnes committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    49bd690 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Code now compiles and one test simulation passes!

    Rory Barnes committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    04465da View commit details
    Browse the repository at this point in the history
  2. More fixes, but tests are still erroring or failing.

    Rory Barnes committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    dcf761f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Added checks for when the oxygen mixing ratio is 1. If it is than HRe…

    …fODrag and FHDiffLim are set to 0.
    Rory Barnes committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c15999e View commit details
    Browse the repository at this point in the history
  2. Most string issues found. All the tests pass some of the time. Next u…

    …p is valgrind.
    Rory Barnes committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    74609fc View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    4a1f984 View commit details
    Browse the repository at this point in the history