Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-easterly committed Apr 1, 2019
1 parent 4745624 commit d6d5f58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/travis/testAnnotationHierarchy.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ def testToDataframe(self):
'6.-.-.-',
'6.5.-.-']).sort_index(axis=0).sort_index(axis=1)
df = ah.to_dataframe().sort_index(axis=0).sort_index(axis=1)
print(df)
print(exp_df)
self.assertTrue(df.equals(exp_df))


Expand Down

0 comments on commit d6d5f58

Please sign in to comment.