Wikunia / ConstraintSolver.jl

ConstraintSolver in Julia: Blog posts ->
https://opensourc.es/blog/constraint-solver-1
MIT License
135 stars 13 forks source link

Bugfix using correct offset in resiudes + support #141

Closed Wikunia closed 4 years ago

Wikunia commented 4 years ago

We need both indices global and local in residues and support to get the correct offset.

codecov[bot] commented 4 years ago

Codecov Report

Merging #141 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #141   +/-   ##
=======================================
  Coverage   98.91%   98.91%           
=======================================
  Files          31       31           
  Lines        2392     2392           
=======================================
  Hits         2366     2366           
  Misses         26       26           
Flag Coverage Δ
#unittests 98.91% <100.00%> (ø)
Impacted Files Coverage Δ
src/constraints/table.jl 100.00% <100.00%> (ø)
src/constraints/table/residues.jl 100.00% <100.00%> (ø)
src/constraints/table/support.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 3495948...9a51369. Read the comment docs.