-
Notifications
You must be signed in to change notification settings - Fork 29
Cardiac model from Kember (Java code) #5
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
Comments
|
* added link def in configuration * removed int from available types. changed float to number * refactoring get value * changed type from int to integer * added exception for invalid item type error added exception for s3 transfer error * typo * nodeports now able to upload files and folders to S3 * pylint * Makefile usable from Windows bash * renamed methods * fixed type * fixed tests after renaming int to integer * added default values for SIMCORE_NODE_UUID and SIMCORE_PIPELINE_ID * moved environment variable inside init function * typo * added minio as a fixture * added unit tests that use minio * removed empty file * renamed minio fixture, pylint * fixed issue with converting booleans added test with setters * fixed conversions added test for folderûrl * pylint * moved getting env variable in init function * moved file to test folder moved json encoding/decoding of db configuration in io module removed unnecessary test_postgres module * simplifications * renamed io module to dbmanager * removed unnecessary test * get the ip directly from docker * moved creation of env variables to a better location use docker API to get the IP and port * skip 2 tests that do not run on travis * added Dockerfile for kember postpro case extended docker-compose accordingly * completed all graphs * create dummy file * fixed figure 7 and partly 6 * completed figure 1 with annotations * all plots but figure 5 missing now * autorun notebook completeted heatmap code * added button to show/hide raw code added auto slicing of data with a max display of 50k points for now all graphs are in now * code cleanup * added Makefile, docker-compose for jupyter notebook solo * makefile similar to root makefile * fix development dummy file * use jupyter notebook 1.3 * make pylint happy * fixed JS added hide_input * sort lines according to review @manuel
* added link def in configuration * removed int from available types. changed float to number * refactoring get value * changed type from int to integer * added exception for invalid item type error added exception for s3 transfer error * typo * nodeports now able to upload files and folders to S3 * pylint * Makefile usable from Windows bash * renamed methods * fixed type * fixed tests after renaming int to integer * added default values for SIMCORE_NODE_UUID and SIMCORE_PIPELINE_ID * moved environment variable inside init function * typo * added minio as a fixture * added unit tests that use minio * removed empty file * renamed minio fixture, pylint * fixed issue with converting booleans added test with setters * fixed conversions added test for folderûrl * pylint * moved getting env variable in init function * moved file to test folder moved json encoding/decoding of db configuration in io module removed unnecessary test_postgres module * simplifications * renamed io module to dbmanager * removed unnecessary test * get the ip directly from docker * moved creation of env variables to a better location use docker API to get the IP and port * skip 2 tests that do not run on travis * added Dockerfile for kember postpro case extended docker-compose accordingly * completed all graphs * create dummy file * fixed figure 7 and partly 6 * completed figure 1 with annotations * all plots but figure 5 missing now * autorun notebook completeted heatmap code * added button to show/hide raw code added auto slicing of data with a max display of 50k points for now all graphs are in now * code cleanup * added Makefile, docker-compose for jupyter notebook solo * makefile similar to root makefile * fix development dummy file * use jupyter notebook 1.3 * make pylint happy * fixed JS added hide_input * sort lines according to review @manuel
added sample code to create a grid added sample code to display slice…
REVIEW SA
|
For the very moment, we are happy with the Jupyter based 2D plot visualization. |
Would it be possible then to close this case and create a smaller one with the remaining issue? The latter could refer as a continuation of this |
User story
As a user I want to create a pipeline consisting of the cardiac model from Kember and a post-processing service that reproduces the plots in the official MVP use case. I am able to edit all necessary input settings directly in the frontend. Optionally, I would like to have the option to choose a compiler and compiler flags in case I want to build the kernel first.
Definition of done
Use case
There is documentation/code example for this case in filesrv. In addition, the full workflow is available on MaG's VM.
The text was updated successfully, but these errors were encountered: