You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is more complicated that it seems at first. The convert subcommand and the automatic converter options use different syntax. These need to be consistent.
dchassin
changed the title
csv-table2glm-object options are not working
Convert subcommand and automatic converter use different syntax for options
Oct 11, 2023
Problem description
This works correctly,
gridlabd convert -i MODEL_NAME.csv -o MODEL_NAME.glm -f csv-table -t glm-object -O module:powerflow
However -M or --module or -O pick up
{'-O': True, 'module:powerflow': True}
gets passed toconvert()
In addition, the implementation with
:
is inconsistent with other converters.Archive.zip
The text was updated successfully, but these errors were encountered: