Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swansonk14 committed Jul 22, 2020
1 parent 81ecf38 commit dc53381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tsne.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def compare_datasets_tsne(args: Args):
# Random seed for random subsampling
np.random.seed(0)

# Genenrate labels based on file name
# Generate labels based on file name
labels = [os.path.basename(path).replace('.csv', '') for path in args.smiles_paths]

# Load the smiles datasets
Expand Down

0 comments on commit dc53381

Please sign in to comment.