Skip to content

Commit 3fca2f2

Browse files
bug in total function
1 parent b792e0b commit 3fca2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wflow-py/wflow/wf_DynamicFramework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ def setupFramework(self):
10091009
if "None" not in samplemapname:
10101010
try:
10111011
self.samplemap = self.wf_readmap(samplemapname,0.0,fail=True)
1012-
idd = tsformat + ":" + samplemapname
1012+
idd = tsformat + ":" + samplemapname + ":" + areafunction
10131013
self.oscv[idd] = wf_OutputTimeSeriesArea(self.samplemap, oformat=tsformat,areafunction=areafunction)
10141014
self.logger.info("Adding " + tsformat + " output at " + samplemapname)
10151015
except:

0 commit comments

Comments
 (0)