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

Now AbstractGrid{T}<:AbstractArray{T,1}; #32

Merged
merged 1 commit into from
Sep 23, 2022
Merged

Now AbstractGrid{T}<:AbstractArray{T,1}; #32

merged 1 commit into from
Sep 23, 2022

Conversation

iintSjds
Copy link
Member

implemented eltype.

@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2022

Codecov Report

Merging #32 (3994a26) into master (23f4a57) will decrease coverage by 0.15%.
The diff coverage is 86.53%.

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   46.08%   45.93%   -0.16%     
==========================================
  Files           9        9              
  Lines        1202     1206       +4     
==========================================
  Hits          554      554              
- Misses        648      652       +4     
Impacted Files Coverage Δ
src/grid/composite.jl 96.29% <ø> (ø)
src/grid/simple.jl 91.73% <86.53%> (-3.14%) ⬇️

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

@iintSjds iintSjds merged commit 32531a0 into master Sep 23, 2022
@kunyuan kunyuan linked an issue Sep 23, 2022 that may be closed by this pull request
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.

eltype(type) returns Any
3 participants