Skip to content

Mesquite plugin makes an uncertain_state_set a member of itself #2

@balhoff

Description

@balhoff

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions