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

disable del and pop in handler #1729

Merged
merged 5 commits into from
Apr 10, 2024
Merged

disable del and pop in handler #1729

merged 5 commits into from
Apr 10, 2024

Conversation

AleksanderWWW
Copy link
Contributor

@AleksanderWWW AleksanderWWW commented Apr 8, 2024

Before submitting checklist

  • Did you update the CHANGELOG? (not for test updates, internal changes/refactors or CI/CD setup)
  • Did you ask the docs owner to review all the user-facing changes?

Copy link

codecov bot commented Apr 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.74%. Comparing base (f9da5f2) to head (c86aae1).

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     
Flag Coverage Δ
e2e ?
e2e-management ?
e2e-s3 ?
e2e-s3-gcs ?
e2e-standard ?
macos 73.68% <100.00%> (-4.43%) ⬇️
py3.10 ?
py3.11 ?
py3.12 ?
py3.7 73.73% <100.00%> (-3.89%) ⬇️
py3.7.16 ?
py3.8 ?
py3.9 ?
ubuntu 73.66% <100.00%> (-4.49%) ⬇️
unit 73.73% <100.00%> (-0.78%) ⬇️
windows 72.58% <100.00%> (-5.21%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

raise NeptuneUnsupportedFunctionalityException()

@check_protected_paths
def pop(self, path: str = None, *, wait: bool = False) -> None:
Copy link
Contributor

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()

Copy link
Collaborator

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 ;)

@AleksanderWWW AleksanderWWW merged commit dea2299 into master Apr 10, 2024
4 checks passed
@AleksanderWWW AleksanderWWW deleted the aw/del-pop branch April 10, 2024 09:14
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.

3 participants