-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
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>