Skip to content

Commit 2b39889

Browse files
committed
Merge branch 'master' into cdat-web-plot-subsetting
2 parents 1c37717 + 6e372a5 commit 2b39889

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMake/cdat_modules/uvcmetrics_pkg.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(UVCMETRICS_ZIP uvcmetrics-${UVCMETRICS_VERSION}.zip)
66
#set(UVCMETRICS_SOURCE ${UVCMETRICS_URL}/${UVCMETRICS_ZIP})
77
set(UVCMETRICS_SOURCE ${GIT_PROTOCOL}github.com/UV-CDAT/uvcmetrics.git )
88
set(UVCMETRICS_MD5)
9-
set(UVCMETRICS_BRANCH uvcdat-2.4.1)
9+
set(UVCMETRICS_BRANCH master)
1010

1111
if (NOT CDAT_BUILD_LEAN)
1212
add_cdat_package(UVCMETRICS "" "" ON)

testing/metrics/diagtest01.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
vard = package.all_variables( filetable1, filetable2, sname )
5959
var = vard[varid]
6060

61-
plot = sclass( [filetable1], [filetable2], varid, seasonid )
61+
plot = sclass( [filetable1], [filetable2], varid, seasonid, plotparms = { 'model':{}, 'obs':{}, 'diff':{} } )
6262
res = plot.compute()
6363
if res is not None:
6464
if res.__class__.__name__ is 'uvc_composite_plotspec':

0 commit comments

Comments
 (0)