Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-arya committed Jul 30, 2023
1 parent 1ffaaa3 commit 78349f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/SDEProblemLibrary/src/SDEProblemLibrary.jl
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ function oval2ModelExample(; largeFluctuations = false, useBigs = false, noiseLe
end

u0 = [0.128483, 1.256853, 0.0030203, 0.0027977, 0.0101511, 0.0422942, 0.2391346,

Check warning on line 354 in lib/SDEProblemLibrary/src/SDEProblemLibrary.jl

View check run for this annotation

Codecov / codecov/patch

lib/SDEProblemLibrary/src/SDEProblemLibrary.jl#L354

Added line #L354 was not covered by tests
0.0008014, 0.0001464, 2.67e-05, 4.8e-6, 9e-7, 0.0619917, 1.2444292, 0.0486676,
199.9383546, 137.4267984, 1.5180203, 1.5180203] #Fig 9B
0.0008014, 0.0001464, 2.67e-05, 4.8e-6, 9e-7, 0.0619917, 1.2444292, 0.0486676,
199.9383546, 137.4267984, 1.5180203, 1.5180203] #Fig 9B
if useBigs
u0 = big.(u0)
end
Expand Down

0 comments on commit 78349f6

Please sign in to comment.