Skip to content

Commit 25b4062

Browse files
committed
format
1 parent 8d9cf08 commit 25b4062

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/r_tipping/RateSystem.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ rs = RateSystem(ds, fp, pidx; forcing_start_time, forcing_duration, forcing_scal
3737
@testset "frozen_system" begin
3838
frozen = frozen_system(rs, rs.forcing.t0)
3939
unforced = rs.forcing.unforced_rule
40-
u = [2.0]; t = 10.0
40+
u = [2.0];
41+
t = 10.0
4142
du_frozen = dynamic_rule(frozen)(u, current_parameters(frozen), t)
4243
du_orig = dynamic_rule(ds)(u, current_parameters(ds), t)
4344
du_unforced = unforced(u, [rs.forcing.p0], t)
@@ -86,4 +87,4 @@ end
8687

8788
@test all(tr_constructed .≈ tr_hardcoded)
8889
end
89-
end
90+
end

0 commit comments

Comments
 (0)