-
Notifications
You must be signed in to change notification settings - Fork 0
Workflow changes #24
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
Workflow changes #24
Conversation
4a8b4db to
e969487
Compare
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.
Copilot reviewed 12 out of 14 changed files in this pull request and generated 2 comments.
Files not reviewed (2)
- example_workflows/example.json: Language not supported
- example_workflows/simple_run.json: Language not supported
Comments suppressed due to low confidence (1)
src/sio3pack/workflow/execution/mount_namespace.py:36
- [nitpick] The legacy conditional handling for 'data["source"]' is still present; consider removing this outdated code if all sources are now validated consistently.
if isinstance(data["source"], str): # TODO: delete this
| """ | ||
|
|
||
| READ = "read" | ||
| READ_WRTIE = "read_write" |
Copilot
AI
Apr 5, 2025
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.
The enum member 'READ_WRTIE' appears to be a typo; consider renaming it to 'READ_WRITE' to match standard naming conventions.
| READ_WRTIE = "read_write" | |
| READ_WRITE = "read_write" |
src/sio3pack/visualizer/cytoscope.py
Outdated
| } | ||
| ) | ||
|
|
||
| # Mark observablr objects as inputs for output object storage |
Copilot
AI
Apr 5, 2025
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.
The comment contains a spelling error ('observablr' should be 'observable'); please correct the typo.
| # Mark observablr objects as inputs for output object storage | |
| # Mark observable objects as inputs for output object storage |
* Start of workflow creation * Working outgen graph creation * Inwer * Running * User out workflow * Test run * Run formatters * Add compilation to workflows * Add more examples * Add proper limits handling * Run formatters * Fix tests * Refactor * Reformat
No description provided.