Skip to content

Commit

Permalink
Move CSV file to a separate data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Dec 17, 2017
1 parent e56a87e commit 16e20a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ end
end

@testset "Cox" begin
filepath = joinpath(@__DIR__, "rossi.csv")
filepath = joinpath(@__DIR__, "data", "rossi.csv")
rossi = CSV.read(filepath)
rossi[:event] = EventTime.(rossi[:week],rossi[:arrest] .== 1)

Expand Down

0 comments on commit 16e20a9

Please sign in to comment.