-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fst gives a NoneType error when no indices are given (the default) #250
Comments
See also #199 (comment) |
I was looking into this @petrelharp, and it seems we don't have a lot of test coverage on Fst right now --- we're only testing the "site" version, essentially. Since this is a derived statistic it seems overboard to implement the full thing from scratch like the other stats, but we do need to get some sort of coverage here on "branch" and "node". Have you any suggestions for this? |
I guess we just need to do some "does this run" sort of checks. I'll have a look. |
Currently our default for |
I see. What if |
Oh, that's a good idea. |
I've done this, although similar defaults could be set for many other statistics, which we should probably do at some point... |
I've had a change of heart here, and think maybe we should hold off on specifying a default for this---see the comment in #313 |
Whoops; missed this. Let's discuss at #315 . |
I have a simulation that does the right thing when I explicitly specify pairs of indices:
outputs
but that gives the following error if I remove the
indexes
input (and so use the default value ofNone
)The text was updated successfully, but these errors were encountered: