Changing name of unit test for Gaussian Entropy calculator internally to file (step 2/2)

This commit is contained in:
joseph.lizier 2012-08-01 12:18:31 +00:00
parent 7bdac9542d
commit 364ebfeff7
1 changed files with 1 additions and 1 deletions

View File

@ -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();