We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0065e4 commit fbd9a8bCopy full SHA for fbd9a8b
tests/test_networks/conftest.py
@@ -22,7 +22,7 @@ def flow_matching():
22
from bayesflow.networks import FlowMatching
23
24
return FlowMatching(
25
- subnet_kwargs={"widths": None, "width": 64, "depth": 2},
+ subnet_kwargs={"widths": [64, 64]},
26
integrate_kwargs={"method": "rk45", "steps": 100},
27
)
28
0 commit comments