Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/left_right_iterator…
Browse files Browse the repository at this point in the history
…' into left_right_iterator
  • Loading branch information
nluetts committed Jan 10, 2024
2 parents 1a4a66b + b11b094 commit 6c8470f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plotting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function get_left_right_points(
j < 3,
j > length(xs)
]
) && throw(error("At least one integration bound is outside the support region ($(minimum(x)), $(maximum(x)))."))
) && throw(error("At least one integration bound is outside the support region ($(minimum(xs)), $(maximum(xs)))."))


if baseline_handling == "local"
Expand Down

0 comments on commit 6c8470f

Please sign in to comment.