Skip to content

Commit 989e7be

Browse files
remove misleading diagnostics test
1 parent 7c215ca commit 989e7be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/visualization/diagnostics.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@
88
@test length(methods(plotdiagnostics)) == 1
99
@test typeof(plotdiagnostics!) <: Function
1010
@test length(methods(plotdiagnostics!)) == 2
11-
diagnostics = StateSpaceModels.PlotDiagnostics(kf)
12-
rec = RecipesBase.apply_recipe(Dict{Symbol, Any}(), diagnostics)
13-
@test length(rec) == 8
1411
end

0 commit comments

Comments
 (0)