Skip to content

Commit

Permalink
add unit tests for IDEAS.Utilities (all have been added again)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasverleyen committed Oct 24, 2024
1 parent a2fd3fb commit b2f1ce5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
simulateModel("IDEAS.Utilities.IO.Files.Examples.WeeklySchedule", startTime=-10000, stopTime=1000000, tolerance=1e-6, method="dassl", resultFile="WeeklySchedule");
createPlot(id=1, position={0, 0, 915, 524}, y={"weeSchFil.y[1]", "weeSchFil.y[2]", "weeSchFil.y[3]", "weeSchFil.y[4]"}, range={-100000.0, 1000000.0, -10.0, 130.0}, grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}});
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
simulateModel("IDEAS.Utilities.IO.Files.Validation.WeeklyScheduleWindowsLineEndings", startTime=-10000, stopTime=1000000, tolerance=1e-6, method="dassl", resultFile="WeeklyScheduleWindowsLineEndings");
createPlot(id=1, position={15, 15, 592, 364}, y={"weeSchLin.y[1]", "weeSchLin.y[2]", "weeSchLin.y[3]", "weeSchLin.y[4]"}, range={-100000.0, 1000000.0, -20.0, 140.0}, grid=true, colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}}, timeUnit="s");

0 comments on commit b2f1ce5

Please sign in to comment.