Skip to content

Commit cfa6b25

Browse files
committed
save changes
1 parent 03c7380 commit cfa6b25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/model_simulation/simulate_SDEs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rng = StableRNG(12345)
1212
include("../test_networks.jl")
1313
include("../test_functions.jl")
1414

15-
### Compares to Manually Calcualted Function ###
15+
### Compares to Manually Computed Function ###
1616

1717
let
1818
identical_networks = Vector{Pair}()

test/model_simulation/simulate_jumps.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rng = StableRNG(12345)
1111
# Fetch test networks.
1212
include("../test_networks.jl")
1313

14-
### Compares to Manually Calcualted Function ###
14+
### Compares to Manually Computed Function ###
1515

1616
let
1717
identical_networks = Vector{Pair}()

0 commit comments

Comments
 (0)