Skip to content

Commit

Permalink
Merge pull request #12 from usnistgov/develop
Browse files Browse the repository at this point in the history
Fix data module for classification models.
  • Loading branch information
knc6 authored May 8, 2021
2 parents efcc0ab + 4853944 commit 6d05251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alignn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Version number."""
__version__ = "2021.5.7"
__version__ = "2021.5.8"
2 changes: 1 addition & 1 deletion alignn/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def get_train_val_loaders(
i[target],
type(i[target]),
)
dat.append(i)
dat.append(i)

# id_test = ids[-test_size:]
# if standardize:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="alignn", # Replace with your own username
version="2021.5.7",
version="2021.5.8",
author="Kamal Choudhary, Brian DeCost",
author_email="[email protected]",
description="alignn",
Expand Down

0 comments on commit 6d05251

Please sign in to comment.