Skip to content

Commit

Permalink
Update test_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunp2 authored Nov 29, 2023
1 parent 007ad5e commit 40e296c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ def test_load_model(load_denoising_model, load_size_gnn_model):
def test_training():
#train_generator
...


# https://docs.pytest.org/en/7.1.x/how-to/parametrize.html
@mark.parametrize('n_atoms', [5, 6])
def test_sampling(n_atoms):
run_generator(n_atoms=n_atoms)
Expand Down

0 comments on commit 40e296c

Please sign in to comment.