MichielStock / Kronecker.jl

A general-purpose toolbox for efficient Kronecker-based algebra.
MIT License
86 stars 14 forks source link

use Aqua to ensure project quality #106

Closed jishnub closed 2 years ago

jishnub commented 3 years ago

This helped identify some unbound parameters that affect performance, I've removed there. Not testing for ambiguities as the dependencies introduce several, and I'm not sure how to eliminate these.

jishnub commented 3 years ago

Test failure is unrelated, and should be fixed by #104 or #105

codecov-commenter commented 2 years ago

Codecov Report

Merging #106 (9c9ed0c) into master (720596a) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #106   +/-   ##
=======================================
  Coverage   90.30%   90.30%           
=======================================
  Files          10       10           
  Lines         784      784           
=======================================
  Hits          708      708           
  Misses         76       76           
Impacted Files Coverage Δ
src/multiply.jl 100.00% <100.00%> (ø)

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 720596a...9c9ed0c. Read the comment docs.