mirror of https://github.com/jlizier/jidt
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:
parent
b204651227
commit
96a9cefccf
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue