Skip to content

Commit

Permalink
fix windows bug
Browse files Browse the repository at this point in the history
reported here:
https://groups.google.com/forum/#!topic/partitionfinder/4pAkDOHB5FM

the bug was a hangover from the TIGER days.
  • Loading branch information
roblanf committed Sep 21, 2016
1 parent a06b857 commit 7f70beb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions partfinder/kmeans.py
Expand Up @@ -86,9 +86,6 @@ def rate_parser(rates_name):
rate_array = np.array(rates_list)
return rate_array

if sys.platform == 'win32':
_binary_name += ".exe"


def get_per_site_stats(alignment, cfg, a_subset):
if cfg.kmeans == 'entropy':
Expand Down

0 comments on commit 7f70beb

Please sign in to comment.