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

remove unbound type parameters #516

Merged
merged 1 commit into from
Sep 8, 2022
Merged

remove unbound type parameters #516

merged 1 commit into from
Sep 8, 2022

Conversation

nsajko
Copy link
Contributor

@nsajko nsajko commented Sep 8, 2022

I didn't check, but unbound type parameters often cause performance issues, so this may not be merely cosmetic.

I didn't check, but unbound type parameters often cause performance
issues, so this may not be merely cosmetic.
@codecov
Copy link

codecov bot commented Sep 8, 2022

Codecov Report

Merging #516 (a5ae1bd) into master (006a0a5) will not change coverage.
The diff coverage is 50.00%.

@@           Coverage Diff           @@
##           master     #516   +/-   ##
=======================================
  Coverage   87.10%   87.10%           
=======================================
  Files          28       28           
  Lines        1846     1846           
=======================================
  Hits         1608     1608           
  Misses        238      238           
Impacted Files Coverage Δ
src/Interpolations.jl 75.92% <0.00%> (ø)
src/gridded/gridded.jl 98.41% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mkitti
Copy link
Collaborator

mkitti commented Sep 8, 2022

Looks good to me, thanks. Did you have a way for screening for these automatically?

@mkitti mkitti self-requested a review September 8, 2022 15:14
@nsajko
Copy link
Contributor Author

nsajko commented Sep 8, 2022

a way for screening for these automatically?

Try nightly Julia: JuliaLang/julia#46608

@mkitti
Copy link
Collaborator

mkitti commented Sep 8, 2022

I'm going to merge this, thanks.

@mkitti mkitti merged commit e1f491f into JuliaMath:master Sep 8, 2022
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.

2 participants