Skip to content

Commit

Permalink
remove !!
Browse files Browse the repository at this point in the history
  • Loading branch information
bowmanjeffs committed Apr 24, 2019
1 parent 5677982 commit f6356a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utilities/combine_edge_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ def fill_edge_data(param, name, df_in):

## Do some gap filling for taxon_map; where there is a missing level but the
## level is known, fill it.

!!

pd.DataFrame.to_csv(edge_tally.transpose(), prefix + '.edge_tally.csv')
pd.DataFrame.to_csv(path_tally.transpose(), prefix + '.path_tally.csv')
Expand Down

0 comments on commit f6356a3

Please sign in to comment.