Skip to content

Commit fd49878

Browse files
committed
fix tests
1 parent d3ae3c8 commit fd49878

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Argmax2D/Argmax2D.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ $TYPEDSIGNATURES
9191
9292
Plot the data sample for the [`Argmax2DBenchmark`](@ref).
9393
"""
94-
function Utils.plot_data(::Argmax2DBenchmark, sample::DataSample; kwargs...)
94+
function Utils.plot_data(
95+
::Argmax2DBenchmark, sample::DataSample; θ_true=sample.θ_true, kwargs...
96+
)
9597
(; instance) = sample
9698
pl = init_plot()
9799
plot_polytope!(pl, instance)

0 commit comments

Comments
 (0)