Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rarray: bound spacings to greater than 0 #454

Merged
merged 5 commits into from
Sep 27, 2020

Conversation

JosiahBradley
Copy link
Contributor

This addresses Issue #451 Instead of matching the conditional for the counts I left them alone as the data types are different.

JosiahBradley and others added 2 commits September 21, 2020 20:05
* Fix a typo.

* Pin black version in travis

Co-authored-by: Adam Urbańczyk <adam-urbanczyk@users.noreply.github.com>
@adam-urbanczyk
Copy link
Member

Thanks @JosiahBradley , could you rebase to get the latest Travis conf?

@codecov
Copy link

codecov bot commented Sep 26, 2020

Codecov Report

Merging #454 into master will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #454      +/-   ##
==========================================
+ Coverage   93.61%   93.66%   +0.04%     
==========================================
  Files          25       25              
  Lines        5326     5334       +8     
  Branches      554      554              
==========================================
+ Hits         4986     4996      +10     
+ Misses        215      214       -1     
+ Partials      125      124       -1     
Impacted Files Coverage Δ
cadquery/cq.py 88.27% <100.00%> (+0.21%) ⬆️
tests/test_cadquery.py 98.98% <100.00%> (+<0.01%) ⬆️
tests/test_exporters.py 100.00% <0.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 2d721d0...a06c252. Read the comment docs.

@adam-urbanczyk
Copy link
Member

Thanks for the fix @JosiahBradley , I just added a simple test.

@adam-urbanczyk adam-urbanczyk merged commit 32f25f7 into CadQuery:master Sep 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants