Skip to content

Commit a4d56be

Browse files
Fixing PVModelTest
1 parent 70d4fa4 commit a4d56be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/groovy/edu/ie3/simona/model/participant/PVModelTest.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ class PVModelTest extends Specification {
317317
where: "the following parameters are given"
318318
latitudeInDeg | deltaIn | omegaIn || alphaSOut
319319
43d | -14d | -37.5d || 23.4529893659531784299686037109330117049955654837550 // '2011-02-13T09:30:00'
320-
43d | 23.1d | 97.5d || 10.3561513175064165807300181176479988436754378357928 // '2011-07-01T06:30:00'
320+
43d | 23.1d | 97.5d || 10.356151317506402829742934977890382350725031728508 // '2011-07-01T06:30:00'
321321
}
322322
323323
def "Calculate Rb (cos(thetaG)/cos(thetaZ))"() {
@@ -349,8 +349,8 @@ class PVModelTest extends Specification {
349349
45 | -7.15 | -82.5 | 0 | 0 || 89.795654742951077439582101317248278436936658210074 // thetaZ
350350
40 | -11.6 | -82.5 | 60 | 0 || 79.110119287443572813858647674599902596082559960114
351351
40 | -11.6 | 82.5 | 60 | 0 || 79.110119287443572813858647674599902596082559960114
352-
40 | -11.6 | -78.0 | 60 | 0 || 74.9207206518514467357682971033566198212518156744
353-
40 | -11.6 | 78.0 | 60 | 0 || 74.9207206518514467357682971033566198212518156744
352+
40 | -11.6 | -78.0 | 60 | 0 || 74.920720651851429547034443178659599205063808040294
353+
40 | -11.6 | 78.0 | 60 | 0 || 74.920720651851429547034443178659599205063808040294
354354
}
355355
356356
def "Calculate the estimate beam radiation eBeamS"() {

0 commit comments

Comments
 (0)