wolph / numpy-stl

Simple library to make working with STL files (and 3D objects in general) fast and easy.
http://numpy-stl.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
624 stars 105 forks source link

Changed the is_closed function to also check negative differences #125

Closed James-Archer closed 4 years ago

James-Archer commented 4 years ago

RE: Issue 123

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 83e908acc6e3ec3c26747253608901a1762691b5 on James-Archer:bugfix/fix-isclosed into 6696fc4fc0a26704c5facf8374ea85c2b80b9535 on WoLpH:develop.

codecov[bot] commented 4 years ago

Codecov Report

Merging #125 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop   #125   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files            5      5           
  Lines          503    503           
  Branches        60     60           
======================================
  Hits           503    503
Impacted Files Coverage Δ
stl/base.py 100% <ø> (ø) :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 6696fc4...83e908a. Read the comment docs.

wolph commented 4 years ago

Thank you so moch for the help :)