Skip to content

Commit

Permalink
fix changes caused by psdm#1202 removing dsm attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfeismann committed Jan 16, 2025
1 parent 842e4cf commit 76342cf
Show file tree
Hide file tree
Showing 6 changed files with 497 additions and 503 deletions.
994 changes: 497 additions & 497 deletions input/samples/vn_simona/fullGrid/load_input.csv

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class LoadModelScalingSpec extends UnitSpec with TableDrivenPropertyChecks {
new CosPhiFixed("cosPhiFixed:{(0.0,0.95)}"),
null,
BdewStandardLoadProfile.H0,
false,
Quantities.getQuantity(3000d, PowerSystemUnits.KILOWATTHOUR),
Quantities.getQuantity(282.74d, PowerSystemUnits.VOLTAMPERE),
0.95,
Expand Down Expand Up @@ -198,7 +197,6 @@ class LoadModelScalingSpec extends UnitSpec with TableDrivenPropertyChecks {
new CosPhiFixed("cosPhiFixed:{(0.0,0.95)}"),
null,
BdewStandardLoadProfile.H0,
false,
Quantities.getQuantity(3000d, PowerSystemUnits.KILOWATTHOUR),
Quantities.getQuantity(282.74d, PowerSystemUnits.VOLTAMPERE),
0.95,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class ProfileLoadModelSpec extends UnitSpec with TableDrivenPropertyChecks {
new CosPhiFixed("cosPhiFixed:{(0.0,0.95)}"),
null,
BdewStandardLoadProfile.H0,
false,
Quantities.getQuantity(3000d, PowerSystemUnits.KILOWATTHOUR),
Quantities.getQuantity(282.74d, PowerSystemUnits.VOLTAMPERE),
0.95,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ class RandomLoadModelSpec extends UnitSpec with TableDrivenPropertyChecks {
new CosPhiFixed("cosPhiFixed:{(0.0,0.95)}"),
null,
BdewStandardLoadProfile.H0,
false,
Quantities.getQuantity(3000d, PowerSystemUnits.KILOWATTHOUR),
Quantities.getQuantity(282.74d, PowerSystemUnits.VOLTAMPERE),
0.95,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ trait LoadInputTestData extends NodeInputTestData {
new CosPhiFixed("cosPhiFixed:{(0.0,0.95)}"),
null,
BdewStandardLoadProfile.H0,
false,
Quantities.getQuantity(3000d, KILOWATTHOUR),
Quantities.getQuantity(282.74d, VOLTAMPERE),
0.95,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ trait DbfsTestGridWithParticipants extends SubGridGateMokka {
new CosPhiFixed("cosPhiFixed:{(0.0,0.95)}"),
null,
LoadProfile.DefaultLoadProfiles.NO_LOAD_PROFILE,
false,
Quantities.getQuantity(300000, KILOWATTHOUR): ComparableQuantity[Energy],
Quantities.getQuantity(150, MEGAVOLTAMPERE): ComparableQuantity[Power],
0.9,
Expand Down

0 comments on commit 76342cf

Please sign in to comment.