Skip to content

Commit

Permalink
Small adjustment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Jan 15, 2025
1 parent d1960d4 commit ac255b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/on_the_fly_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class TestOnTheFly:
@staticmethod
def __setup_training(lazy_loading, checkpoint_name=None):
test_parameters = mala.Parameters()
test_parameters.use_lammps = False
test_parameters.data.data_splitting_type = "by_snapshot"
test_parameters.data.input_rescaling_type = "feature-wise-standard"
test_parameters.data.output_rescaling_type = "minmax"
Expand Down Expand Up @@ -177,4 +176,5 @@ def test_shuffling(self):
test_parameters, test_network, data_handler
)
test_trainer.train_network()
data_shuffler.delete_temporary_shuffled_snapshots()
assert test_trainer.final_validation_loss < np.inf

0 comments on commit ac255b2

Please sign in to comment.