in progress
authorcmzmasek <cmzmasek@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Fri, 27 Dec 2013 00:25:33 +0000 (00:25 +0000)
committercmzmasek <cmzmasek@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Fri, 27 Dec 2013 00:25:33 +0000 (00:25 +0000)
forester/java/src/org/forester/tools/PhylogenyDecorator.java

index 6ba9460..d71be51 100644 (file)
@@ -203,9 +203,7 @@ public final class PhylogenyDecorator {
         if ( map.isEmpty() ) {
             throw new IllegalArgumentException( "map is empty" );
         }
-        if ( picky && ( map.size() < phylogeny.getNumberOfExternalNodes() ) ) {
-            throw new IllegalArgumentException( "map contains less entries than the tree has external nodes" );
-        }
+      
         int ext_nodes = 0;
         int ext_nodes_updated = 0;
         int int_nodes = 0;