teknomo/IdealFlowNetwork

Error when adding totalFlow in Scenario file

taculin opened this issue · 1 comments

I added the following attributes in the Scenario file

totalFlow=1000
calibrationBasis=flow

but python returns:

NameError: global name 'totalFlow' is not defined

pointing to line 39 in the code

fixed with the new commit