Skip to content

Commit 7f70beb

Browse files
committed
fix windows bug
reported here: https://groups.google.com/forum/#!topic/partitionfinder/4pAkDOHB5FM the bug was a hangover from the TIGER days.
1 parent a06b857 commit 7f70beb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

partfinder/kmeans.py

-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ def rate_parser(rates_name):
8686
rate_array = np.array(rates_list)
8787
return rate_array
8888

89-
if sys.platform == 'win32':
90-
_binary_name += ".exe"
91-
9289

9390
def get_per_site_stats(alignment, cfg, a_subset):
9491
if cfg.kmeans == 'entropy':

0 commit comments

Comments
 (0)