Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Jan 3, 2024
1 parent 3d31c59 commit 7f33a68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ def test_nan_loss_cases(validate, best_model, hdf5_files_for_nan):
dataset_valid = GraphDataset(
hdf5_path = hdf5_files_for_nan,
subset = [mols[0]],
dataset_train=dataset_train,
train=False
train_source=dataset_train
)

trainer = Trainer(
Expand Down

0 comments on commit 7f33a68

Please sign in to comment.