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
When saving the output of opflow to JSON, the resulting JSON is malformed and then visualization fails. I found a temporary workaround, detailed below.
Issue type
Relates to
Summary
Opening this issue at the request of @abhyshr
When saving the output of opflow to JSON, the resulting JSON is malformed and then visualization fails. I found a temporary workaround, detailed below.
For reference, I used the Texas case files available here: https://electricgrids.engr.tamu.edu/electric-grid-test-cases/activsg2000/
Exact commands to reproduce, if applicable
opflow -netfile datafiles/ACTIVSg2000/ACTIVSg2000.m -save_output -opflow_output_format JSON -gicfile datafiles/ACTIVSg2000/ACTIVSg2000_GIC_data.gic
Relevant logs and/or screenshots, if applicable
Possible fixes, if applicable
Removing the last comma fixes the issue, then I'm able to use opflowout.json for visualization. Not sure where that extra comma is coming from though.
The text was updated successfully, but these errors were encountered: