Skip to content

Commit

Permalink
Merge pull request #172 from NOAA-GFDL/164.InitalCMORPytest
Browse files Browse the repository at this point in the history
Initial CMOR pytest examples
  • Loading branch information
ilaflott authored Sep 24, 2024
2 parents 421b4d8 + 7c32a80 commit 20683a9
Show file tree
Hide file tree
Showing 30 changed files with 663 additions and 361 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ coverage.xml
.hypothesis/
.pytest_cache/
cover/
fre/tests/test_files/cmip6-cmor-tables/

# Translations
*.mo
Expand Down
4 changes: 4 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ dependencies:
- pyyaml
- pylint
- jsonschema
- noaa-gfdl::fre-nctools
- noaa-gfdl::catalogbuilder
- conda-forge::nccmp
- conda-forge::cylc-flow>=8.2.0
- conda-forge::cylc-rose
- conda-forge::metomi-rose
Expand All @@ -20,3 +22,5 @@ dependencies:
- conda-forge::pytest-cov
- conda-forge::python-cdo
- conda-forge::cdo>=2.0.0
- pip:
- GitPython
Empty file added fre/catalog/tests/__init__.py
Empty file.
334 changes: 0 additions & 334 deletions fre/cmor/CMORmixer.py

This file was deleted.

Loading

0 comments on commit 20683a9

Please sign in to comment.