Skip to content

Commit ba71119

Browse files
committed
[UPD] Remove hacky modifications of LOAD_PATH
1 parent 6e0728e commit ba71119

File tree

6 files changed

+1
-7
lines changed

6 files changed

+1
-7
lines changed

examples/benchmark.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#############################################################################
1717

1818
srand(2713)
19-
push!(LOAD_PATH, "../src")
2019

2120
using StochDynamicProgramming, JuMP
2221
using Clp

examples/dam.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
# Source: Adrien Cassegrain
88
#############################################################################
99

10-
push!(LOAD_PATH, "../src")
11-
1210

1311
using StochDynamicProgramming, JuMP, Clp
1412

examples/damsvalley.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#############################################################################
99

1010
srand(2713)
11-
push!(LOAD_PATH, "../src")
1211

1312
using StochDynamicProgramming, JuMP, Clp
1413

examples/dynamic_example.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#############################################################################
99

1010
#srand(2713)
11-
push!(LOAD_PATH, "../src")
1211

1312
using StochDynamicProgramming, JuMP, Clp
1413

examples/stock-example.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# u_min <= u_t <= u_max
1111
# u_t choosen knowing xi_1 .. xi_t
1212
#############################################################################
13-
push!(LOAD_PATH, "../src")
13+
1414
using StochDynamicProgramming, JuMP, Clp, Distributions
1515
println("library loaded")
1616

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# run unit-tests
77
#############################################################################
88

9-
push!(LOAD_PATH, "src")
109

1110
using StochDynamicProgramming
1211
using Distributions, Clp, FactCheck, JuMP

0 commit comments

Comments
 (0)