Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 9aed53f

Browse files
committed
Rel 2.0.2
1 parent b962ad2 commit 9aed53f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ os:
88
#- osx
99

1010
julia:
11-
- 1.4
11+
- 1.5
1212
- nightly
1313

1414
notifications:

scripts/04/m4.1d.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ cd(ProjDir)
99

1010
# Import the dataset.
1111

12-
data = (CSV.File(joinpath("..", "..", "data", "Howell1.csv"),DataFrame; delim=';'));
12+
delim = ';'
13+
data = CSV.read(joinpath("..", "..", "data", "Howell1.csv"), DataFrame; delim);
1314

1415
# Use only adults and standardize
1516

0 commit comments

Comments
 (0)