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

Minor fix in evaluate!(cache,k::TransposeMap,f::ArrayBlock) signature #602

Merged
merged 1 commit into from
May 28, 2021

Conversation

amartinhuertas
Copy link
Member

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented May 28, 2021

Codecov Report

Merging #602 (55e4510) into master (1a009fb) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #602      +/-   ##
==========================================
+ Coverage   87.75%   87.76%   +0.01%     
==========================================
  Files         132      132              
  Lines       14021    14021              
==========================================
+ Hits        12304    12306       +2     
+ Misses       1717     1715       -2     
Impacted Files Coverage Δ
src/Fields/ArrayBlocks.jl 88.92% <100.00%> (ø)
src/FESpaces/FESpacesWithConstantFixed.jl 76.25% <0.00%> (+2.50%) ⬆️

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 1a009fb...55e4510. Read the comment docs.

@@ -400,7 +400,7 @@ function return_cache(k::TransposeMap,f::ArrayBlock{A,1} where A)
ArrayBlock(g,collect(transpose(f.touched))),l
end

function evaluate!(cache,k::TransposeMap,f::ArrayBlock)
function evaluate!(cache,k::TransposeMap,f::ArrayBlock{A,1} where A)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense, it is a good thing that the signatures of return_cache and evaluate! are consistent one with the other.

@fverdugo fverdugo merged commit 28671b9 into master May 28, 2021
@fverdugo fverdugo deleted the minor_fix_signature_transpose_map branch May 28, 2021 05:39
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.

3 participants