We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c215ca commit 989e7beCopy full SHA for 989e7be
test/visualization/diagnostics.jl
@@ -8,7 +8,4 @@
8
@test length(methods(plotdiagnostics)) == 1
9
@test typeof(plotdiagnostics!) <: Function
10
@test length(methods(plotdiagnostics!)) == 2
11
- diagnostics = StateSpaceModels.PlotDiagnostics(kf)
12
- rec = RecipesBase.apply_recipe(Dict{Symbol, Any}(), diagnostics)
13
- @test length(rec) == 8
14
end
0 commit comments