Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogeiger committed Feb 3, 2023
1 parent a8f0cab commit f888c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mace_jax/tools/gin_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def datasets(

if valid_path is not None:
_, valid_configs = data.load_from_xyz(
file_path=valid_path,
file_or_path=valid_path,
config_type_weights=config_type_weights,
energy_key=energy_key,
forces_key=forces_key,
Expand Down Expand Up @@ -89,7 +89,7 @@ def datasets(

if test_path is not None:
_, test_configs = data.load_from_xyz(
file_path=test_path,
file_or_path=test_path,
config_type_weights=config_type_weights,
energy_key=energy_key,
forces_key=forces_key,
Expand Down

0 comments on commit f888c3b

Please sign in to comment.