Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doctests on Julia ≥ 1.7 #29

Merged
merged 1 commit into from
Mar 1, 2022
Merged

Conversation

sostock
Copy link
Owner

@sostock sostock commented Mar 1, 2022

StepRangeLen has an additional type parameter in newer Julia versions.

`StepRangeLen` has an additional type parameter in newer Julia versions
@codecov-commenter
Copy link

codecov-commenter commented Mar 1, 2022

Codecov Report

Merging #29 (cbaf90c) into master (c76eb27) will increase coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   95.43%   95.55%   +0.12%     
==========================================
  Files           6        6              
  Lines         548      518      -30     
==========================================
- Hits          523      495      -28     
+ Misses         25       23       -2     
Impacted Files Coverage Δ
src/BSplines.jl 100.00% <ø> (ø)
src/spline.jl 97.72% <0.00%> (-0.10%) ⬇️
src/bsplinebasis.jl 100.00% <0.00%> (ø)
src/plotting.jl 34.37% <0.00%> (+2.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c76eb27...cbaf90c. Read the comment docs.

@sostock sostock merged commit d910fb7 into master Mar 1, 2022
@sostock sostock deleted the steprangelen-doctestfixes branch March 1, 2022 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants