Skip to content

Commit 2e86e0e

Browse files
Merge pull request #1201 from ie3-institute/dependabot/gradle/dev/tech.units-indriya-2.2.2
Bump tech.units:indriya from 2.2.1 to 2.2.2
2 parents 9f4d5aa + 5057f99 commit 2e86e0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
// ie³ power system utils
5656
implementation 'com.github.ie3-institute:PowerSystemUtils:2.2.1'
5757

58-
implementation 'tech.units:indriya:2.2.1'
58+
implementation 'tech.units:indriya:2.2.2'
5959

6060
// JTS Topology Suite for GeoPositions, License: EPL 1.0 / EDL 1.0
6161
implementation ('org.locationtech.jts:jts-core:1.20.0'){

src/test/groovy/edu/ie3/datamodel/utils/validation/SystemParticipantValidationUtilsTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ class SystemParticipantValidationUtilsTest extends Specification {
454454
where:
455455
invalidWecType || expectedException
456456
new WecTypeInput(uuid, id, capex, opex, sRated, cosPhiRated, wecCharacteristic, Quantities.getQuantity(110d, EFFICIENCY), rotorArea, hubHeight) || new InvalidEntityException("Efficiency of the converter of WecTypeInput must be between 0% and 100%", invalidWecType)
457-
new WecTypeInput(uuid, id, capex, opex, sRated, cosPhiRated, wecCharacteristic, etaConv, Quantities.getQuantity(-10, ROTOR_AREA), Quantities.getQuantity(-200, HUB_HEIGHT)) || new InvalidEntityException("The following quantities have to be zero or positive: -10 , -200 m", invalidWecType)
457+
new WecTypeInput(uuid, id, capex, opex, sRated, cosPhiRated, wecCharacteristic, etaConv, Quantities.getQuantity(-10, ROTOR_AREA), Quantities.getQuantity(-200, HUB_HEIGHT)) || new InvalidEntityException("The following quantities have to be zero or positive: -10 , -200 m", invalidWecType)
458458
}
459459

460460
def "SystemParticipantValidationUtils.checkEvcs() recognizes all potential errors for a evcs"() {

0 commit comments

Comments
 (0)