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

WIP: add operations object to ctx #4055

Closed
wants to merge 1 commit into from
Closed

WIP: add operations object to ctx #4055

wants to merge 1 commit into from

Conversation

ritch
Copy link
Contributor

@ritch ritch commented Jan 30, 2024

Adds a new collection of methods to the ctx via ctx.ops. This should eventually contain all built in operators - both JS and python.

Copy link

codecov bot commented Jan 30, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (c9d03f7) 15.97% compared to head (02e3720) 15.97%.
Report is 65 commits behind head on develop.

Files Patch % Lines
app/packages/plugins/src/index.ts 0.00% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #4055   +/-   ##
========================================
  Coverage    15.97%   15.97%           
========================================
  Files          732      732           
  Lines        81958    81958           
  Branches      1101     1101           
========================================
  Hits         13092    13092           
  Misses       68866    68866           
Flag Coverage Δ
app 15.97% <0.00%> (ø)

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.

Call the "set_view" operator. This operator sets the view of the FiftyOne App.

Args:
ctx: the current context
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

@ritch
Copy link
Contributor Author

ritch commented Mar 15, 2024

@ritch ritch closed this Mar 15, 2024
@brimoor brimoor deleted the ctx-ops branch March 17, 2024 00:33
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.

1 participant