We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the following functions are untested as shown by test coverage:
a_mul_kron_b!
kron_at_kron_b_mul_c!
At_mul_B!
q==1
kron_mul_elem_t!
testing the commented nested loop at the top of runtests.jl showed some improvements in coverage that pointed me on where to look.
runtests.jl
Notably that makes the coverage of ExtendedMul.jl 100%
ExtendedMul.jl
The text was updated successfully, but these errors were encountered:
Can you please make the missing tests? For At_mul_B!, wait for your new version of it
Sorry, something went wrong.
No branches or pull requests
Currently the following functions are untested as shown by test coverage:
a_mul_kron_b!
,kron_at_kron_b_mul_c!
, andAt_mul_B!
(which is called in theq==1
branches inkron_mul_elem_t!
)testing the commented nested loop at the top of
runtests.jl
showed some improvements in coverage that pointed me on where to look.Notably that makes the coverage of
ExtendedMul.jl
100%The text was updated successfully, but these errors were encountered: