Skip to content

Commit fbd9a8b

Browse files
committed
fix flow matching fixture
1 parent f0065e4 commit fbd9a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_networks/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def flow_matching():
2222
from bayesflow.networks import FlowMatching
2323

2424
return FlowMatching(
25-
subnet_kwargs={"widths": None, "width": 64, "depth": 2},
25+
subnet_kwargs={"widths": [64, 64]},
2626
integrate_kwargs={"method": "rk45", "steps": 100},
2727
)
2828

0 commit comments

Comments
 (0)