Skip to content

Commit

Permalink
Update MSS-selector.bf
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver authored Nov 9, 2023
1 parent b7804a7 commit 9347ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/TemplateBatchFiles/MSS-selector.bf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mss.ic_score = io.SelectAnOption ({"AIC-c" : "Small Sample AIC score",
mss.is_bic = mss.ic_score == "BIC";

KeywordArgument ("classes", "How many rate classes should be considered", "2");
mss.rate_classes = io.PromptUser ("How many rate classes should be considered?", 2, 2, 18, TRUE);
mss.rate_classes = io.PromptUser ("How many rate classes should be considered?", 2, 2, 6, TRUE);


mss.file_records = {};
Expand Down

0 comments on commit 9347ac9

Please sign in to comment.