-
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
Neptune objects and universal methods covered with docstrings #1309
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1309 +/- ##
==========================================
+ Coverage 71.35% 72.27% +0.92%
==========================================
Files 279 279
Lines 13634 13313 -321
==========================================
- Hits 9728 9622 -106
+ Misses 3906 3691 -215
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 162 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
@@ -193,10 +193,51 @@ def __delitem__(self, path) -> None: | |||
|
|||
@ensure_not_stopped | |||
def assign(self, value, *, wait: bool = False) -> None: | |||
"""Assign values to multiple fields from a dictionary. | |||
You can use this method to quickly log all run's parameters. |
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 these are docstrings copied from Run
but now all Neptune objects (Model
, ModelVersion
& Project
) will inherit the same docstrings for all universal methods https://docs.neptune.ai/api/universal/ . We should probably tweak it to cover something much more "general" and change current Run-specific wording or add examples for all objects.
Sabine/container docstrings
Before submitting checklist