[BAEL-2996] Small fixes

This commit is contained in:
dupirefr 2019-06-21 06:03:09 +02:00
parent 874f8d07c8
commit 5296f37727
2 changed files with 12 additions and 11 deletions

View File

@ -60,16 +60,16 @@
<artifactId>nd4j-native</artifactId> <artifactId>nd4j-native</artifactId>
<version>${nd4j.version}</version> <version>${nd4j.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>colt</groupId> <groupId>org.la4j</groupId>
<artifactId>colt</artifactId> <artifactId>la4j</artifactId>
<version>${colt.version}</version> <version>${la4j.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.la4j</groupId> <groupId>colt</groupId>
<artifactId>la4j</artifactId> <artifactId>colt</artifactId>
<version>${la4j.version}</version> <version>${colt.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId> <artifactId>spring-boot-starter</artifactId>

View File

@ -18,7 +18,8 @@ class DoubleMatrix2DUnitTest {
new double[] {1d, 5d}, new double[] {1d, 5d},
new double[] {2d, 3d}, new double[] {2d, 3d},
new double[] {1d ,7d} new double[] {1d ,7d}
}); }
);
DoubleMatrix2D secondMatrix = doubleFactory2D.make( DoubleMatrix2D secondMatrix = doubleFactory2D.make(
new double[][] { new double[][] {