Skip to content

Commit

Permalink
Adding tests to fix #602 (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed May 23, 2019
1 parent b8c5cd9 commit ef54524
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pcmdi_metrics/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = 'v1.2'
__git_tag_describe__ = 'v1.2-57-g930f3ae'
__git_sha1__ = '930f3aec5867b96e376ff3e29bb383008432398e'
__git_tag_describe__ = 'v1.2-45-g6fef135'
__git_sha1__ = '6fef1358acba0e4c5617143fbf2fe25ad4e0f406'
6 changes: 4 additions & 2 deletions tests/pcmdi/obs/obs_info_dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"RefTrackingDate": "Tue Jul 12 18:08:51 2011",
"filename": "ta_ERA40_000001-000012_ac.nc",
"period": "",
"shape": "(3, 23, 73, 144)"
"shape": "(3, 23, 73, 144)",
"subpath": "%(root)/atmos/mon/ta/ERA40/ac/%(filename)"
},
"default": "ERA40"
},
Expand All @@ -73,7 +74,8 @@
"RefTrackingDate": "Thu Jan 16 16:11:10 2014",
"filename": "tas_pcmdi-metrics_Amon_ERAINT_198901-200911-clim.nc",
"period": "198901-200911",
"shape": "(12, 121, 240)"
"shape": "(12, 121, 240)",
"template": "atmos/mon/%(variable)/%(reference)/%(ac)/%(filename)"
},
"default": "ERAINT"
},
Expand Down

0 comments on commit ef54524

Please sign in to comment.