We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After opening the file linked below, and saving as NeXML from Mesquite, one finds that an uncertain_state_set is created as a member of itself:
<states id="states208"> <state id="state392" symbol="1"/> <state id="state393" symbol="0"/> <uncertain_state_set id="uncertain_state_set394" symbol="?"> <member state="state393"/> <member state="state392"/> <member state="state395"/> <member state="uncertain_state_set394"/> <member state="state397"/> <member state="state398"/> <member state="state399"/> <member state="state403"/> <member state="state419"/> <member state="state425"/> <member state="state443"/> </uncertain_state_set> <state id="state395" symbol="0&1"/> <state id="state397" symbol="0/1"/> <state id="state398" symbol="2"/> <state id="state399" symbol="0/1/2"/> <state id="state403" symbol="3"/> <state id="state419" symbol="1&2"/> <state id="state425" symbol="1/2"/> <state id="state443" symbol="1/3"/> </states>
https://gist.github.com/3208772
The text was updated successfully, but these errors were encountered:
Ah, I guess this is because the uncertain_state_set is generated as a set of all possible states (but that shouldn't include itself, recursively).
Sorry, something went wrong.
No branches or pull requests
After opening the file linked below, and saving as NeXML from Mesquite, one finds that an uncertain_state_set is created as a member of itself:
https://gist.github.com/3208772
The text was updated successfully, but these errors were encountered: