Skip to content

Commit 7851fa3

Browse files
committed
fix flow matching default integrate config
1 parent db822a2 commit 7851fa3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bayesflow/networks/flow_matching/flow_matching.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ class FlowMatching(InferenceNetwork):
4747
INTEGRATE_DEFAULT_CONFIG = {
4848
"method": "euler",
4949
"steps": 100,
50-
"tolerance": 1e-3,
51-
"min_steps": 10,
52-
"max_steps": 100,
5350
}
5451

5552
def __init__(

0 commit comments

Comments
 (0)