Skip to content

Commit bd564b5

Browse files
committed
format inference network conftest.py
1 parent 92131d7 commit bd564b5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/test_networks/conftest.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,14 @@ def inference_network_subnet(request):
126126

127127

128128
@pytest.fixture(
129-
params=["affine_coupling_flow", "spline_coupling_flow", "flow_matching", "diffusion_model", "free_form_flow", "consistency_model"],
129+
params=[
130+
"affine_coupling_flow",
131+
"spline_coupling_flow",
132+
"flow_matching",
133+
"diffusion_model",
134+
"free_form_flow",
135+
"consistency_model",
136+
],
130137
scope="function",
131138
)
132139
def generative_inference_network(request):

0 commit comments

Comments
 (0)