Skip to content

Commit

Permalink
Merge branch 'main' into to/#208-pv-power-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ober authored Mar 24, 2022
2 parents 851a452 + 7c26654 commit 6767c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ object NodeConverter {
val uuid = unsafeNodeId2Uuid.getOrElse(node.unsafeId, UUID.randomUUID())
new NodeInput(
uuid,
node.id,
node.unsafeId,
OperatorInput.NO_OPERATOR_ASSIGNED,
OperationTime.notLimited(),
node.vTarget.asPu,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ object ConverterTestData extends LazyLogging {
val nodes = Map(
"someNode" -> ConversionPair(
Node(
"someNode",
"node",
"someNode",
0.4,
1.0,
Expand Down

0 comments on commit 6767c82

Please sign in to comment.