From bcc647137495ca43070bbf3161a38c37fe4d3108 Mon Sep 17 00:00:00 2001 From: Jo Basevi Date: Thu, 30 Nov 2023 10:27:32 +1100 Subject: [PATCH] add cftime dependency to conda/meta.yaml --- conda/meta.yaml | 1 + test/models/test_mom6.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 6f293879..fb500a1c 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -29,6 +29,7 @@ requirements: - python-dateutil - tenacity - requests + - cftime # The following two requirements are from the security # extra for the pypi package - pyOpenSSL >=0.14 diff --git a/test/models/test_mom6.py b/test/models/test_mom6.py index 6e18b380..1faedb1c 100644 --- a/test/models/test_mom6.py +++ b/test/models/test_mom6.py @@ -151,8 +151,8 @@ def test_setup(): expt = payu.experiment.Experiment(lab, reproduce=False) model = expt.models[0] - # Function to test - model.setup() + # Function to test + model.setup() # Check config files are moved to model's work path work_path_files = os.listdir(model.work_path)