Skip to content

Commit c250cd4

Browse files
Fix the initial step size of the phase tracer to dT
1 parent baf8f9a commit c250cd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WallGo/freeEnergy.py

+1
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ def spinodalEvent(temperature: float, field: np.ndarray) -> float:
332332
rtol=rTol,
333333
atol=tolAbsolute,
334334
max_step=dT,
335+
first_step=dT,
335336
)
336337
while ode.status == "running":
337338
try:

0 commit comments

Comments
 (0)