Skip to content

Commit 162284e

Browse files
committed
Just get the package path automagically, I don't know why I kept trying the other stuff
1 parent b5f8846 commit 162284e

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/0-data/meteo.csv", DataFrame)
18+
meteo = CSV.read(joinpath(dirname(dirname(pathof(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)