adflow icon indicating copy to clipboard operation
adflow copied to clipboard

Adding sound speed to surface and volume output

Open eirikurj opened this issue 11 months ago • 1 comments

Purpose

Per title.

Expected time until merged

Type of change

  • [ ] Bugfix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (non-backwards-compatible fix or feature)
  • [ ] Code style update (formatting, renaming)
  • [ ] Refactoring (no functional changes, no API changes)
  • [ ] Documentation update
  • [ ] Maintenance update
  • [ ] Other (please describe)

Testing

Checklist

  • [ ] I have run flake8 and black to make sure the Python code adheres to PEP-8 and is consistently formatted
  • [ ] I have formatted the Fortran code with fprettify or C/C++ code with clang-format as applicable
  • [ ] I have run unit and regression tests which pass locally with my changes
  • [ ] I have added new tests that prove my fix is effective or that my feature works
  • [ ] I have added necessary documentation

eirikurj avatar Feb 03 '25 11:02 eirikurj

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 41.19%. Comparing base (8f6696b) to head (0f7da16).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #380   +/-   ##
=======================================
  Coverage   41.19%   41.19%           
=======================================
  Files          13       13           
  Lines        4127     4127           
=======================================
  Hits         1700     1700           
  Misses       2427     2427           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Feb 03 '25 13:02 codecov[bot]