Skip to content

Commit

Permalink
Merge pull request #21 from jkrasting/version-1.0.4
Browse files Browse the repository at this point in the history
Updated version in setup.cfg
  • Loading branch information
jkrasting authored Nov 6, 2021
2 parents df6da06 + b879ac7 commit dfa1f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions mdtf_test_data/util/rectilinear.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@

try:
import xesmf as xe
except BaseException as e:
except Exception as e:
warnings.warn("Unable to load `xesmf`. Regridding functionality will not work.")
pass


def regrid_lat_lon_dataset(dset, dlon=10.0, dlat=10.0, method="bilinear"):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = mdtf_test_data
version = 1.0.4.rc1
version = 1.0.4
description = Tools for working with MDTF Diagnostics test data sets
url = https://github.com/jkrasting/mdtf_test_data
author = MDTF Development Team
Expand Down

0 comments on commit dfa1f61

Please sign in to comment.