Skip to content

Commit b5f8846

Browse files
committed
Still not the right path
1 parent c41082e commit b5f8846

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/downstream/test-xpalm.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ using XPalm
1515
using BenchmarkTools
1616

1717
function xpalm_default_param_create()
18-
meteo = CSV.read("../../XPalm.jl/0-data/meteo.csv", DataFrame)
18+
meteo = CSV.read("../../XPalm/0-data/meteo.csv", DataFrame)
1919
#meteo.duration = [Dates.Day(i[1:1]) for i in meteo.duration]
2020
m = Weather(meteo)
2121

0 commit comments

Comments
 (0)