Closed jdherman closed 7 years ago
@jdherman Nice catch. Yup, had a type on the debug flag, it's alt option should be upper case D. I pushed a fix to github. Will update on npm in a bit.
pushed to NPM calvin-network-tools@3.0.3
Thanks! works now.
@mfefer the debug mode also seems to work with pyomo, so I'm not sure what happened the other day but it seems ok now.
@jrmerz @mfefer
using the new v.3.0.2, the usual matrix export works great. 82-year model solves without issue.
But exporting in debug mode seems to be broken. For example:
returns:
This is a wild guess but it looks like the
-d
flag is being used for both--data
and--debug
, so maybe it's looking for a data folder called./ALL
?