Skip to content

Commit b9f4cd4

Browse files
committed
increate test coverage
1 parent 4daac87 commit b9f4cd4

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Concrete types of X and y changed to AbstractMatrix{Float64} and AbstractVector{Float64}
44
- Change function signatures from ::Function to ::F where {F <: Function}
5+
- Increase test coverage
56

67
# v0.11.0
78

test/testsummary.jl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44
"hs93",
55
"ks89",
66
"smr98",
7-
"lts"
7+
"lts",
8+
"sat13",
9+
"sat15",
10+
"asm20",
11+
"bch",
12+
"bacon",
13+
"imon2005",
14+
"unknown"
815
]
916
sett = LinRegOutliers.createRegressionSetting(@formula(calls ~ year), phones)
1017
result = LinRegOutliers.detectOutliers(sett, methods = methods)

0 commit comments

Comments
 (0)