Skip to content

Commit e27139d

Browse files
committed
fix
1 parent f960362 commit e27139d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

models/dppl_sto_volatility.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Downloads, CSV
2-
31
path = "$(@__DIR__)/../data/dppl_sto_volatility.csv"
42
data, _ = readdlm(path, ',', header=true)
53
to_num(x) = x isa Number ? x : 0.1

0 commit comments

Comments
 (0)