Skip to content

Commit

Permalink
Flag test fixtures for repair in future work.
Browse files Browse the repository at this point in the history
  • Loading branch information
truth-quark committed Oct 10, 2024
1 parent d3164e3 commit 3820528
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_um2netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,8 @@ def forecast_ref_time_points():
return [-16383336.]


# FIXME: unit.calendar needs updating as per:
# https://github.com/ACCESS-NRI/um2nc-standalone/pull/118#issuecomment-2404034473
@pytest.fixture
def forecast_ref_time_coord(forecast_ref_time_points):
# units & point data ripped from aiihca.paa1jan data file:
Expand All @@ -1160,6 +1162,8 @@ def forecast_ref_time_coord(forecast_ref_time_points):
units=unit)


# FIXME: unit.calendar needs updating as per:
# https://github.com/ACCESS-NRI/um2nc-standalone/pull/118#issuecomment-2404034473
@pytest.fixture
def time_coord(time_points):
# units data ripped from aiihca data file
Expand Down

0 comments on commit 3820528

Please sign in to comment.