We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following changes make the code run in the windows os 254: timestamp = str(datetime.now().strftime('%Y-%m-%d-%H-%M-%S')) + '-' + str(np.random.randint(0,1000000000)) 259: with open(os.path.join(os.getcwd(), infile), 'wb') as f: #os.getcwd() + '/' + infile 302: os.path.join(os.path.dirname(os.path.realpath(file)), 'bin', 'FItSNE'), # + "/bin/fast_tsne", #os.path.dirname(os.path.realpath(file)) + "/bin/fast_tsne", # remove i/o-files 330 os.remove(os.path.join(os.getcwd(), infile)) # os.getcwd() + '/' + infile) os.remove(os.path.join(os.getcwd(), outfile)) # os.getcwd() + '/' + outfile)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following changes make the code run in the windows os
254: timestamp = str(datetime.now().strftime('%Y-%m-%d-%H-%M-%S')) + '-' + str(np.random.randint(0,1000000000))
259: with open(os.path.join(os.getcwd(), infile), 'wb') as f: #os.getcwd() + '/' + infile
302: os.path.join(os.path.dirname(os.path.realpath(file)), 'bin', 'FItSNE'), # + "/bin/fast_tsne", #os.path.dirname(os.path.realpath(file)) + "/bin/fast_tsne",
# remove i/o-files
330 os.remove(os.path.join(os.getcwd(), infile)) # os.getcwd() + '/' + infile)
os.remove(os.path.join(os.getcwd(), outfile)) # os.getcwd() + '/' + outfile)
The text was updated successfully, but these errors were encountered: