Skip to content

Commit 62c0326

Browse files
actually fix the enzyme script...
1 parent 7b88120 commit 62c0326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/differentiability/soil_energy_diff.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616

1717
function mean_soil_temperature_step!(integrator, timestepper, Δt)
1818

19-
timestep!(integrator, timestepper, Δt, Δt)
19+
timestep!(integrator, timestepper, Δt)
2020
return mean(interior(integrator.state.temperature))
2121
# TODO: Figure out why this is segfaulting in Enzyme
2222
# Answer: Average operator is not type inferrable, see:

0 commit comments

Comments
 (0)