Skip to content

Commit a00180c

Browse files
committed
add StatisticalMeasures.jl to test deps
1 parent 7e421ee commit a00180c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ julia = "1.6"
2121
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
2222
MLJTestInterface = "72560011-54dd-4dc2-94f3-c5de45b75ecd"
2323
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
24+
StatisticalMeasures = "a19d573c-0a75-4610-95b3-7071388c7541"
2425
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2526

2627
[targets]
27-
test = ["MLJBase", "MLJTestInterface", "StableRNGs", "Test"]
28+
test = ["MLJBase", "MLJTestInterface", "StableRNGs", "StatisticalMeasures", "Test"]

test/runtests.jl

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ using StableRNGs
66
using Random
77
using Tables
88
import MLJTestInterface
9+
using StatisticalMeasures
910

1011
# load code to be tested:
1112
import DecisionTree

0 commit comments

Comments
 (0)