Skip to content

Commit

Permalink
add cftime dependency to conda/meta.yaml (#391)
Browse files Browse the repository at this point in the history
Co-authored-by: Jo Basevi <[email protected]>
  • Loading branch information
jo-basevi and Jo Basevi committed Nov 30, 2023
1 parent 0623008 commit 4b83730
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions test/models/test_mom6.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4b83730

Please sign in to comment.