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

to_index for RealInfinity #52

Merged
merged 2 commits into from
Dec 2, 2024
Merged

to_index for RealInfinity #52

merged 2 commits into from
Dec 2, 2024

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Dec 12, 2023

Since RealInfinity is being used as an index in https://github.com/JuliaArrays/InfiniteArrays.jl/blob/e323a66574662ae4b171cd8fc6822ad79e27ea8c/src/infarrays.jl#L119-L120, it makes sense to define to_index for it instead of extending getindex.

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.97%. Comparing base (eb0e5bb) to head (6171be4).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   97.96%   97.97%   +0.01%     
==========================================
  Files           6        6              
  Lines         197      198       +1     
==========================================
+ Hits          193      194       +1     
  Misses          4        4              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jishnub jishnub merged commit d72b52b into JuliaMath:master Dec 2, 2024
11 checks passed
@jishnub jishnub deleted the to_index branch December 2, 2024 12:12
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