Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replace deprecated method
  • Loading branch information
Michiel de Hoon committed Aug 28, 2010
1 parent d7aa190 commit 460adc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_PhyloXML.py
Expand Up @@ -607,7 +607,7 @@ def test_clade_to_phylogeny(self):
def test_phylogeny_to_phyloxml(self):
"""Convert a Phylogeny object to a new Phyloxml."""
tree = self.phyloxml.phylogenies[0]
doc = tree.to_phyloxml()
doc = tree.to_phyloxml_container()
self.assertTrue(isinstance(doc, PX.Phyloxml))

def test_sequence_conversion(self):
Expand Down

0 comments on commit 460adc4

Please sign in to comment.