-
Notifications
You must be signed in to change notification settings - Fork 263
Make default_point_type a property #1644
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
Make default_point_type a property #1644
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1644 +/- ##
==========================================
+ Coverage 88.19% 92.16% +3.97%
==========================================
Files 115 121 +6
Lines 11523 11782 +259
==========================================
+ Hits 10162 10858 +696
+ Misses 1361 924 -437
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@ninamiolane failures are unrelated with this PR. In fact, the failure in the example is related with last release of matplotlib (to be address in another PR). |
Great, thank you! Why not removing default_point_type and point_type completely? (instead of making it a property?) It could be simpler to have only one variable ("shape") referring to that one concept. |
I think it may be valuable to keep Regarding |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
This PR makes
default_point_dtype
a property (computed from shape).shape
has been corrected for several spaces and/or metrics and a general test to validate shape against the shape of a generated random point was added.