Conversation
|
Leaving |
Codecov Report
@@ Coverage Diff @@
## master #751 +/- ##
==========================================
+ Coverage 88.32% 88.35% +0.02%
==========================================
Files 152 152
Lines 16595 16595
==========================================
+ Hits 14658 14662 +4
+ Misses 1937 1933 -4
Continue to review full report at Codecov.
|
|
@oriolcg can we create a method that does the dispatch for each case? |
|
The other question is, do we really need to run the code for dense matrices? If not, I would use fillstored! everywhere |
We were using dense matrices in the tests. I defined sparse matrix in |
|
Ok much better. Thanks! |
|
Hi @santiagobadia , this PR has been closed without being merged. |
Replacing
fill!byfillstoredin GridapODEs functions. This PR needs to be released for PR gridap/GridapDistributed.jl#81 to pass the tests.