Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
wiederm committed Sep 14, 2024
1 parent 590f86c commit 17703d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modelforge/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def test_forward_pass_with_all_datasets(
)
@pytest.mark.parametrize("simulation_environment", ["JAX", "PyTorch"])
def test_forward_pass(
dataset_name.
dataset_name,
energy_expression,
potential_name,
simulation_environment,
Expand All @@ -570,7 +570,7 @@ def test_forward_pass(
# this test sends a single batch from different datasets through the model

# get input and set up model
nnp_input = single_batch_with_batchsize_64.nnp_input
nnp_input = single_batch_with_batchsize(64, dataset_name).nnp_input
config = load_configs_into_pydantic_models(f"{potential_name.lower()}", "qm9")
set_postprocessing_based_on_energy_expression(config, energy_expression)

Expand Down

0 comments on commit 17703d6

Please sign in to comment.