Allow v0.3 to read v0.2 instance files

This commit is contained in:
2022-07-12 11:46:27 -05:00
parent 678e6aa2f5
commit 6e30645084
24 changed files with 83 additions and 27 deletions

View File

@@ -4,11 +4,9 @@
using UnitCommitment, JSON, GZip, DataStructures
basedir = @__DIR__
function parse_case14()
return JSON.parse(
GZip.gzopen("$basedir/../../instances/test/case14.json.gz"),
GZip.gzopen("$FIXTURES/case14.json.gz"),
dicttype = () -> DefaultOrderedDict(nothing),
)
end