Skip to content

Commit

Permalink
Working on updating unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisiacovella committed Sep 15, 2023
1 parent 7b27580 commit 132c84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelforge/tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def test_dataset_splitting(dataset):
train_dataset, val_dataset, test_dataset = RandomSplittingStrategy().split(dataset)

energy = train_dataset[0]["E"].item()
assert np.isclose(energy, -157.09958704371914)
assert np.isclose(energy, -412509.9375)
print(energy)

try:
Expand Down

0 comments on commit 132c84a

Please sign in to comment.