Skip to content

Commit 26fafe2

Browse files
Nosfericandmbates
andauthored
Updated Test Coverage for Current Release (#303)
* Updated Test Coverage for Current Release Updated /README.md Updated /.github/workflows/Tier.yml Dropped testing on v1.3 and duplicate runs. * Use a more stable fit in kb07 test Co-authored-by: Douglas Bates <[email protected]>
1 parent 553e39f commit 26fafe2

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

.github/workflows/Tier2.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,8 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
julia-version: [1.4]
25-
julia-arch: [x64, x86]
26-
os: [ubuntu-18.04, macos-10.15, windows-2019]
27-
exclude:
28-
- julia-version: 1.3
29-
julia-arch: x64
30-
- os: macos-10.15
31-
julia-arch: x86
25+
julia-arch: [x86]
26+
os: [ubuntu-18.04, windows-2019]
3227
steps:
3328
- uses: actions/checkout@v2
3429
- uses: julia-actions/setup-julia@v1

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,9 @@ Typical distribution forms are _Bernoulli_ for binary data or _Poisson_ for coun
4949

5050
|OS|OS Version|Arch|Julia|Tier|
5151
|:-:|:-:|:-:|:-:|:-:|
52-
|Linux|Ubuntu 18.04|x64|v1.3|1|
53-
|macOS|Catalina 10.15|x64|v1.3|1|
54-
|Windows|Server 2019|x64|v1.3|1|
55-
|Linux|Ubuntu 18.04|x86|v1.3|2|
56-
|Windows|Server 2019|x86|v1.3|2|
57-
|Linux|Ubuntu 18.04|x64|v1.4|2|
58-
|macOS|Catalina 10.15|x64|v1.4|2|
59-
|Windows|Server 2019|x64|v1.4|2|
52+
|Linux|Ubuntu 18.04|x64|v1.4|1|
53+
|macOS|Catalina 10.15|x64|v1.4|1|
54+
|Windows|Server 2019|x64|v1.4|1|
6055
|Linux|Ubuntu 18.04|x86|v1.4|2|
6156
|Windows|Server 2019|x86|v1.4|2|
6257

test/pls.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,10 @@ end
392392
@testset "kb07" begin
393393
pca = last(models(:kb07)).PCA
394394
@test keys(pca) == (:subj, :item)
395-
show(io, last(models(:kb07)))
395+
show(io, models(:kb07)[2])
396396
tokens = Set(split(String(take!(io)), r"\s+"))
397397
@test "Corr." in tokens
398-
@test "+0.44" in tokens
398+
@test "-0.89" in tokens
399399
end
400400

401401
@testset "simulate!" begin

0 commit comments

Comments
 (0)