-
Notifications
You must be signed in to change notification settings - Fork 63
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
disable del and pop in handler #1729
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1729 +/- ##
==========================================
- Coverage 78.21% 73.74% -4.48%
==========================================
Files 242 242
Lines 12787 12620 -167
==========================================
- Hits 10001 9306 -695
- Misses 2786 3314 +528
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
raise NeptuneUnsupportedFunctionalityException() | ||
|
||
@check_protected_paths | ||
def pop(self, path: str = None, *, wait: bool = False) -> None: |
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.
@normandy7 We're missing docstrings here. Would you mind to add it to your "backlog" and try to add it in a separate PR? https://docs.neptune.ai/api/client_index/#pop That's on metadata level like:
run["parameters/learninggg_rata"].pop()
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.
Sure, I will add it to my backlog that actually exists ;)
Before submitting checklist