Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Fix math error in clipping code #199

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

khenriks
Copy link

@khenriks khenriks commented Mar 1, 2021

ymax should be the ceil of the argument, not the floor.

ymax should be the ceil of the argument, not the floor.
@codecov
Copy link

codecov bot commented Mar 1, 2021

Codecov Report

Merging #199 (b15377b) into master (7225725) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #199   +/-   ##
=======================================
  Coverage   68.44%   68.44%           
=======================================
  Files          27       27           
  Lines        6050     6050           
  Branches     1094     1094           
=======================================
  Hits         4141     4141           
  Misses       1645     1645           
  Partials      264      264           
Flag Coverage Δ
unittest 68.44% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
gerber/render/cairo_backend.py 35.02% <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 7225725...b15377b. Read the comment docs.

@rusefillc
Copy link

#228

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants