Skip to content

Commit

Permalink
test_num
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogeiger committed Feb 2, 2023
1 parent f994f3e commit 32cde59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mace_jax/tools/gin_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def datasets(
valid_fraction: float = None,
valid_num: int = None,
test_path: str = None,
test_num: int = None,
seed: int = 1234,
energy_key: str = "energy",
forces_key: str = "forces",
Expand Down Expand Up @@ -93,6 +94,7 @@ def datasets(
energy_key=energy_key,
forces_key=forces_key,
extract_atomic_energies=False,
num_configs=test_num,
prefactor_stress=prefactor_stress,
remap_stress=remap_stress,
)
Expand Down

0 comments on commit 32cde59

Please sign in to comment.