Skip to content

Commit 45a4b35

Browse files
committed
add tests for dataimage
1 parent c61a50f commit 45a4b35

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/dataimage.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import ..Diagnostics:
66
mahalanobisSquaredMatrix, euclideanDistances, mahalanobisSquaredBetweenPairs
77

88

9-
using Plots
9+
import Plots: RGB
1010

1111

1212

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[deps]
22
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
33
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
4+
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
45
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
56
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
67
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ using Random
44
using LinearAlgebra
55

66
using LinRegOutliers
7+
import Plots: RGB
8+
79

810
include("testdiagnostics.jl")
911
include("testbasis.jl")

0 commit comments

Comments
 (0)