X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fevoinference%2FTestPhylogenyReconstruction.java;h=3529d1e352b63081dd57d2fa958fe4bfa1a4c8eb;hb=612e51e63eb66025a04439fc380384a945a4a30f;hp=8f87d78ca9a06d43ec2573d9440e256ea5da7abc;hpb=e2785e20355846acd9e81d50cf9a8a56b04ec095;p=jalview.git diff --git a/forester/java/src/org/forester/evoinference/TestPhylogenyReconstruction.java b/forester/java/src/org/forester/evoinference/TestPhylogenyReconstruction.java index 8f87d78..3529d1e 100644 --- a/forester/java/src/org/forester/evoinference/TestPhylogenyReconstruction.java +++ b/forester/java/src/org/forester/evoinference/TestPhylogenyReconstruction.java @@ -23,7 +23,7 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA // // Contact: phylosoft @ gmail . com -// WWW: www.phylosoft.org/forester +// WWW: https://sites.google.com/site/cmzmasek/home/software/forester package org.forester.evoinference; @@ -2346,7 +2346,7 @@ public class TestPhylogenyReconstruction { private static void timeNeighborJoining() { final NeighborJoining nj = NeighborJoining.createInstance(); - for( int n = 3; n <= 14; ++n ) { + for( int n = 3; n <= 13; ++n ) { final int x = ( int ) Math.pow( 2, n ); final BasicSymmetricalDistanceMatrix mt = new BasicSymmetricalDistanceMatrix( x ); mt.randomize( new Date().getTime() );