Skip to content

Commit

Permalink
Merge pull request #59 from KristofferC/kc/narrow_vv
Browse files Browse the repository at this point in the history
Fix tests on Julia 1.4: narrow element type of vv vector to fix test error on Julia 1.4
  • Loading branch information
reworkhow authored Apr 26, 2020
2 parents fb40961 + f35daca commit 36793c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/1.JWAS/src/buildMME/residual.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ function mkRi(mme::MME,df::DataFrame,Rinv)
end
end
mme.resVar = resVar
# This narrows the element type of the vv vector
vv = map(identity, vv)
return sparse(ii,jj,vv)
end

Expand Down

0 comments on commit 36793c9

Please sign in to comment.