Skip to content

Commit b39c013

Browse files
author
Artem Lunev
committed
Meta version update
1 parent 56104c3 commit b39c013

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>kotik-coder</groupId>
55
<artifactId>PULsE</artifactId>
6-
<version>1.91FM_01</version>
6+
<version>1.91FM_02</version>
77
<name>PULsE</name>
88
<description>Processing Unit for Laser flash Experiments</description>
99
<developers>

src/main/java/pulse/search/statistics/ResidualStatistic.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ public ResidualStatistic(ResidualStatistic another) {
4141
}
4242

4343
public double[] transformResiduals() {
44-
return getResiduals().stream().map(doubleArray -> doubleArray[1])
45-
.mapToDouble(Double::doubleValue).toArray();
44+
return getResiduals().stream().mapToDouble(doubleArray -> doubleArray[1]).toArray();
4645
}
4746

4847
/**

src/main/resources/Version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.91FM_01
1+
1.91FM_02

0 commit comments

Comments
 (0)