mirror of https://github.com/jlizier/jidt
Changing name of unit test for Gaussian Entropy calculator internally to file (step 2/2)
This commit is contained in:
parent
7bdac9542d
commit
364ebfeff7
|
|
@ -4,7 +4,7 @@ import infodynamics.utils.MatrixUtils;
|
|||
import infodynamics.utils.RandomGenerator;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class EntropyCalculatorLinearGaussianTest extends TestCase {
|
||||
public class EntropyCalculatorGaussianTest extends TestCase {
|
||||
|
||||
public void testVarianceSetting() {
|
||||
EntropyCalculatorGaussian entcalc = new EntropyCalculatorGaussian();
|
||||
|
|
|
|||
Loading…
Reference in New Issue