Skip to content

Commit

Permalink
Renames testing file for land_surface diagnostics to support addition…
Browse files Browse the repository at this point in the history
…al land_surface diagnostics in the future.
  • Loading branch information
DanielAdriaansen committed Apr 11, 2024
1 parent f9f6eb5 commit 12aef2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
pytest test_future_warnings.py
pytest test_sl1l2.py
pytest test_reformatted_for_agg.py
pytest test_calc_tci.py
coverage run -m pytest test_agg_eclv.py test_agg_stats_and_boot.py test_agg_stats_with_groups.py test_calc_difficulty_index.py test_convert_lon_indices.py test_event_equalize.py test_event_equalize_against_values.py test_lon_360_to_180.py test_statistics.py test_tost_paired.py test_utils.py test_future_warnings.py test_reformatted_for_agg.py
pytest test_diagnostics_land_surface.py
coverage run -m pytest test_agg_eclv.py test_agg_stats_and_boot.py test_agg_stats_with_groups.py test_calc_difficulty_index.py test_convert_lon_indices.py test_event_equalize.py test_event_equalize_against_values.py test_lon_360_to_180.py test_statistics.py test_tost_paired.py test_utils.py test_future_warnings.py test_reformatted_for_agg.py test_diagnostics_land_surface.py
coverage html
- name: Archive code coverage results
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Tests the calc_tci() function in diagnostics/land_surface.py"""
"""Tests the functions in diagnostics/land_surface.py"""

from metcalcpy.diagnostics.land_surface import calc_tci
from xarray.testing import assert_equal
Expand Down

0 comments on commit 12aef2d

Please sign in to comment.