Closed christianparobek closed 8 years ago
Same problem for Number of Loci under the Scenario Conf tab, when microsatellites are selected.
Same problems under "FastSimCoal Params" > "Growth Rates", the "Vector of growth rates (corresponds to populations)" crashes if anything other than an integer is entered into the box - i.e. decimals ("numeric") or empty (a backspace). Should I be making these separate problems?
As you suggest these all seem like the same kind of problem. Basically I need to coerce numbers to integers because downstream integers are required
made changes, seems to work now
Under the "General Conf" tab, at the "Number of permutations for significance tests during analysis" box, when I hit the backspace button to replace the 0 with a different number the app crashes with this:
Surprisingly, the text box above it ("Number of simulation reps") doesn't crash in the same way. I thought tracking down the way these slots are defined in
make-skelesim-class.R
might highlight the difference, but can't see any reason whynum.perm.reps
crashes andnum.sim.reps
doesn't...