homoplasyFinder icon indicating copy to clipboard operation
homoplasyFinder copied to clipboard

Typos at lines 508 and 511 in ConsistencyIndex.java - not allowing for different number of sites

Open JosephCrispell opened this issue 4 years ago • 0 comments

At the moment declaring boolean arrays of length 4 to store state presence at lines 508 and 511 in ConsistencyIndex.java. Should use the comparePossibleStatesOfTwoSubNodes() function's nStatesPerSite parameter instead of hard coding 4.

JosephCrispell avatar Nov 17 '20 20:11 JosephCrispell