Skip to content

Commit fc278c3

Browse files
committed
changed Jaligner path
1 parent 57c98a4 commit fc278c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DIA-Umpire/src/ExternalPackages/JAligner/matrix/MatrixLoader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class MatrixLoader {
5252
/**
5353
* The path to the matrices within the package.
5454
*/
55-
private static final String MATRICES_HOME = "jaligner/matrix/matrices/";
55+
private static final String MATRICES_HOME = "ExternalPackages/JAligner/matrix/matrices/";
5656

5757
/**
5858
* Logger

DIA_Umpire_Quant/nbproject/project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ run.classpath=\
343343
# Space-separated list of JVM arguments used when running the project.
344344
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
345345
# To set system properties for unit tests define test-sys-prop.name=value:
346-
run.jvmargs=
346+
run.jvmargs=-Xmx10G
347347
run.test.classpath=\
348348
${javac.test.classpath}:\
349349
${build.test.classes.dir}

0 commit comments

Comments
 (0)