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

Introduce precise drawing algorithm #99

Merged
merged 1 commit into from
Aug 2, 2017
Merged

Conversation

adl1995
Copy link
Member

@adl1995 adl1995 commented Aug 1, 2017

As discussed in #98 and #84, I have introduced the precise drawing using a boolean named precise, which defaults to False for now. The result can be seen on this notebook: https://github.com/adl1995/HIPS-to-Py/blob/master/examples/Precise drawing.ipynb

I have copied the resulting images below as well. Precise drawing:

precise

Simple drawing:

simple

Although the results are not apparent here, they can clearly be seen when viewed through an image viewer. Also currently there is no recursion involved. @tboch Please take a look.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 96.921% when pulling 1980881 on adl1995:precise into 1d2dd43 on hipspy:master.

@tboch tboch self-requested a review August 2, 2017 09:11
Copy link
Member

@tboch tboch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That seems fine as a first step introducing the precise algorithm

@tboch tboch merged commit a8fcac6 into hipspy:master Aug 2, 2017
@cdeil
Copy link
Contributor

cdeil commented Aug 3, 2017

🎉

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.

4 participants