-
Notifications
You must be signed in to change notification settings - Fork 28
Raise spool.viz #425
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
Raise spool.viz #425
Conversation
|
Thanks for opening a new PR @ahmadtourei. Ok, so I didn't understand why raising a custom eg @property
def viz(self):
raise AttributeError("spool has no viz namespace, perhaps you meant Patch.viz?")Maybe you are envisioning adding spool visualization methods? In that case we might need to support the |
Agreed. The problem was the test I implemented. Please have a look at the new test and let me know if it looks good. |
d-chambers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
If we want to make spool viz method later we can always modify this.
|
The test failures are a problem with the macos scipy build and nothing related to your changes. I will try to take a look tomorrow |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #425 +/- ##
==========================================
+ Coverage 99.28% 99.84% +0.56%
==========================================
Files 112 112
Lines 9028 9032 +4
==========================================
+ Hits 8963 9018 +55
+ Misses 65 14 -51
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks for the discussion on debugging test failures today! All tests pass. |
Description
This PR implements a detailed
AttributeErrorwhenSpool.vizis used, directing users to usePatch.vizinstead for data visualization.Checklist
I have (if applicable):