Renaming unit test for (Apparent) TE discrete calculator to remove "Apparent" -- step 2 of 2 to rename inside the class.

This commit is contained in:
joseph.lizier 2014-08-05 05:03:35 +00:00
parent b204651227
commit 96a9cefccf
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package infodynamics.measures.discrete;
import infodynamics.utils.RandomGenerator;
import junit.framework.TestCase;
public class ApparentTransferEntropyTester extends TestCase {
public class TransferEntropyTester extends TestCase {
protected RandomGenerator rand = new RandomGenerator();