Minor changes to tests

This commit is contained in:
2023-03-16 10:21:31 -05:00
parent 31e0613134
commit cb9334c0a3
10 changed files with 401 additions and 432 deletions

View File

@@ -17,8 +17,6 @@ end
json["Generators"]["g1"]["Production cost curve (MW)"] = [100, 150, 200]
json["Generators"]["g1"]["Production cost curve (\$)"] = [10, 25, 30]
sc = UnitCommitment._from_json(json, repair = false)
sc.name = "s1"
sc.probability = 1.0
@test UnitCommitment.repair!(sc) == 4
end