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 16, 2023
1 parent b7b204d commit bd8dd8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_generator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from pytest import fixture
from pytest import fixture, mark
from mofa.generator import train_generator, run_generator
import numpy as np
import torch
Expand Down Expand Up @@ -32,7 +32,8 @@ def test_load_model(load_denoising_model, load_size_gnn_model):

def test_training():
train_generator


@mark.parametrize('cif_name', ['hMOF-0', 'hMOF-5000000'])
def test_sampling():
run_generator

Expand Down

0 comments on commit bd8dd8d

Please sign in to comment.