mirror of https://github.com/jlizier/jidt
Remove debug mode from junit GPU MI tests.
This commit is contained in:
parent
d0304ae0c4
commit
1fb4015df5
|
|
@ -274,7 +274,7 @@ public class GPUMutualInfoTester extends TestCase {
|
|||
|
||||
MutualInfoCalculatorMultiVariateKraskov miCalc =
|
||||
new MutualInfoCalculatorMultiVariateKraskov1();
|
||||
miCalc.setDebug(true);
|
||||
// miCalc.setDebug(true);
|
||||
|
||||
boolean gpuLoaded = true;
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue