-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* WIP- Inital Version of plotly json in metamodel * WIP- update devProject; increate timeout for devProject 1. Increase Timeout ExecutePipeline.spec.js 2. Update devProject seed to adhere to new MetaModel * WIP- Fix node id from test seeds * Fix releases.jsonl * WIP- Remove Line node creation from ExecuteJob.spec.js * Fix timeout in ExecutePipeline.spec.js and fix releases.jsonl 1. Remove dependencies in SubplotsOperation in devProject.webgmex 2. Remove src/seeds/project/releases.json 3. Revert timeout in ExecutePipeline.spec.js * WIP-Add 3D support for DeepforgePlotlyRenderer * WIP- Fix np masked array imports in plotly_backend.py * WIP-Refactor fix HelloWorld Job execution ID * WIP- Increase timeout for sciserver to 10 minutes * WIP- add PR refactors, pin matplotlib 1. Pin matplotlib to v3.2.2 in environment.worker.yml and devProject 2. Remove this.created in PlotlyGraphWidget 3. Fix releases.jsonl 4. Rename getGraphNode to getGraphNodes in updates.js, use array instead of dictionary 5. Remove extra line in ExecuteJob.spec.js * WIP- Add beforeLibraryUpdates flag to UpdateGraphContainment * Add Metadata node as Mixin for correct extraction of older seeds -- In version 0.21.1 of the pipeline library, Inheritance of the old SubGraph and below was changed from FCO to Metadata (because of provenance). So, the current Extractor to extract plotlyJSON expects this inheritance. For older seeds, a function to add META['pipeline.Metadata'] as a Mixin is added to the updating capabilities. -- remove wrongfully pased comment * Filter provenance nodes from mixin application; Add fix for #1799 * WIP- Fix version check in UpdateGraphContainment * WIP- Cover cases for layout.title as object * WIP- displayTitle fix for undefined cases * WIP- adjust height of a single plot; check falsy values in data attribute
- Loading branch information
1 parent
1517e86
commit 12608bc
Showing
15 changed files
with
928 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ dependencies: | |
- pillow | ||
- matplotlib==3.2.2 | ||
- simplejson | ||
- plotly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.