NullPointerException in InheritanceTrajectory when simulationTime not specified
Closed this issue · 1 comments
denisekuehnert commented
java.lang.NullPointerException
at master.inheritance.InheritanceTrajectory.selectLineagesInvolved(InheritanceTrajectory.java:352)
at master.inheritance.InheritanceTrajectory.(InheritanceTrajectory.java:245)
at master.beast.InheritanceTrajectory.run(InheritanceTrajectory.java:150)
tgvaughan commented
Simulation times must be specified when a) no end conditions exist or b) there is a possibility of reaching an absorbing state before an end condition is met. Need better error reportage here.