Skip to content
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

Mesquite plugin makes an uncertain_state_set a member of itself #2

Open
balhoff opened this issue Jul 30, 2012 · 1 comment
Open

Mesquite plugin makes an uncertain_state_set a member of itself #2

balhoff opened this issue Jul 30, 2012 · 1 comment
Labels

Comments

@balhoff
Copy link
Member

balhoff commented Jul 30, 2012

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&amp;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&amp;2"/>
        <state id="state425" symbol="1/2"/>
        <state id="state443" symbol="1/3"/>
      </states>

https://gist.github.com/3208772

@rvosa
Copy link
Member

rvosa commented Aug 1, 2012

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants