Skip to content

Commit

Permalink
extend tests to cover lables on connecting lines
Browse files Browse the repository at this point in the history
  • Loading branch information
roland-KA committed Nov 2, 2023
1 parent 1e44838 commit f4f28bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ wt = DecisionTree.wrap(dt, (featurenames = feature_names, classlabels = class_la
@testset "visual test" begin
# plot the tree using the `TreeRecipe`
# this is a rather visual test, to see, if the tree gets plotted correctly
plot(wt) # this calls automatically the `TreeRecipe`
plot(wt; connect_labels = ["yes", "no"]) # this calls automatically the `TreeRecipe`
end

@testset "structural test" begin
Expand Down

0 comments on commit f4f28bb

Please sign in to comment.