Skip to content

Commit

Permalink
Update core to 6.2.0-RC1 and use main branch for open-loadflow
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Perrin <olivier.perrin@rte-france.com>
  • Loading branch information
olperr1 committed Jan 24, 2024
1 parent 38f420b commit 4bdf360
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
with:
java-version: 17

- name: Checkout powsybl-open-loadflow latest sources
uses: actions/checkout@v1
with:
repository: powsybl/powsybl-open-loadflow
ref: refs/heads/main

- name: Build and install powsybl-open-loadflow with Maven
run: mvn --batch-mode -DskipTests=true --file ../powsybl-open-loadflow/pom.xml install

- name: Build with Maven
if: matrix.os == 'ubuntu-latest'
run: mvn --batch-mode -Pjacoco install
Expand Down
1 change: 1 addition & 0 deletions emf/src/test/java/com/powsybl/emf/IGMmergeTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ void testCompareSubnetworksMergeAgainstAssembled() {
dl.setQ0(0);
}
Network assembled = createCGM();
//TODO This test fails because in `assembled` the dangling lines have non-zero values for p0 and q0.
compareNetwork(assembled, merged);
}

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@

<properties>
<java.version>17</java.version>
<powsyblcore.version>6.1.1</powsyblcore.version>
<powsyblopenloadflow.version>1.6.0</powsyblopenloadflow.version>
<powsyblcore.version>6.2.0-RC1</powsyblcore.version>
<powsyblopenloadflow.version>1.7.0-SNAPSHOT</powsyblopenloadflow.version>
<sonar.coverage.jacoco.xmlReportPaths>
../distribution-entsoe/target/site/jacoco-aggregate/jacoco.xml,
../../distribution-entsoe/target/site/jacoco-aggregate/jacoco.xml,
Expand Down

0 comments on commit 4bdf360

Please sign in to comment.