Skip to content

Commit

Permalink
another small mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
IlianPihlajamaa committed Sep 11, 2023
1 parent 181847d commit 2fcfbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problems/basic_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ struct IntegralDataProblem{Y<:AbstractArray, X<:AbstractVector, DIMVAL, K} <: Ab
y::Y
dim::DIMVAL
kwargs::K
@add_kwonly function IntegralProblem(x, y;
@add_kwonly function IntegralDataProblem(x, y;

Check warning on line 424 in src/problems/basic_problems.jl

View check run for this annotation

Codecov / codecov/patch

src/problems/basic_problems.jl#L424

Added line #L424 was not covered by tests
dim = 1,
kwargs...)
@assert length(x) > 1
Expand Down

0 comments on commit 2fcfbb5

Please sign in to comment.