Skip to content

Commit b9e8c96

Browse files
committed
set default
1 parent 23a69ea commit b9e8c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesflow/utils/integrate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ def two_step_adaptive_step(
631631
min_step_size=min_step_size,
632632
max_step_size=max_step_size,
633633
noise=noise,
634-
use_adaptive_step_size=False,
634+
use_adaptive_step_size=True,
635635
)
636636

637637
# Compute drift and diffusion at new state, but update from old state

0 commit comments

Comments
 (0)