JuliaAlgebra / StarAlgebras.jl

A package for computation in *-algebras with basis
MIT License
7 stars 3 forks source link

Fix: zero(::StarAlgebra) is of different type than (RG::StarAlgebra)(0) #13

Closed kalmarek closed 2 years ago

kalmarek commented 2 years ago

Additionally:

CC: @piotrmizerka

codecov-commenter commented 2 years ago

Codecov Report

Merging #13 (0a8e4c6) into main (4477b11) will decrease coverage by 0.62%. The diff coverage is 81.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
- Coverage   93.58%   92.95%   -0.63%     
==========================================
  Files           7        7              
  Lines         265      284      +19     
==========================================
+ Hits          248      264      +16     
- Misses         17       20       +3     
Impacted Files Coverage Δ
src/show.jl 84.61% <77.77%> (-4.28%) :arrow_down:
src/types.jl 86.15% <100.00%> (+0.66%) :arrow_up:
src/arithmetic.jl 96.29% <0.00%> (+0.14%) :arrow_up:
src/mtables.jl 95.23% <0.00%> (+0.15%) :arrow_up:

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 bb8b954...0a8e4c6. Read the comment docs.