Skip to content

Commit

Permalink
redunce number of samples in dummy dataset of test to fix memory issu…
Browse files Browse the repository at this point in the history
…es on conda-forge
  • Loading branch information
stefdoerr committed Jan 25, 2025
1 parent 15afbcd commit eeca6ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ def test_datamodule_standardize(energy, forces, has_atomref, tmpdir):
args["val_size"] = 10
args["test_size"] = 10
args["log_dir"] = tmpdir
args["batch_size"] = 2
args["inference_batch_size"] = 2

dataset = DummyDataset(
num_samples=100, energy=energy, forces=forces, has_atomref=has_atomref
Expand Down

0 comments on commit eeca6ed

Please sign in to comment.