Difference between revisions of "2016 Winter Project Week/Projects/CLIImprovement"

From NAMIC Wiki
Jump to: navigation, search
Line 21: Line 21:
 
|
 
|
 
<!-- Approach and Plan bullet points -->
 
<!-- Approach and Plan bullet points -->
* Fix the issue raised by this pull request: https://github.com/Slicer/Slicer/pull/358 (Fixed)
+
* Fix the issue raised by this pull request: https://github.com/Slicer/Slicer/pull/358
* Add simple python testing to call multiple CLIs in a row (Fixed)
+
* Add simple python testing to call multiple CLIs in a row
* Add testing for running CLIs in parrallel (Fixed)
+
* Add testing for running CLIs in parrallel
 
|
 
|
 
<!-- Progress and Next steps bullet points (fill out at the end of project week -->
 
<!-- Progress and Next steps bullet points (fill out at the end of project week -->
* Pull request here to solve issue for runnning CLIs in parallel and in a row: https://github.com/Slicer/Slicer/pull/438   
+
* Completed:
-> Integrated in  r24834
+
** CLI testing: Pull request here to solve issue for runnning CLIs in parallel and in a row: https://github.com/Slicer/Slicer/pull/438   
* Experimental branch for CLIPipeline: https://github.com/vovythevov/Slicer/blob/CLIPipelineNode/Modules/Scripted/CLIPipelineModule/CLIPipelineModule.py#L350-L377
+
**-> Integrated in  r24834
* More testing for CLI behavior: https://github.com/Slicer/Slicer/pull/441
+
* TODO:
 +
** Experimental branch for CLIPipeline: https://github.com/vovythevov/Slicer/blob/CLIPipelineNode/Modules/Scripted/CLIPipelineModule/CLIPipelineModule.py#L350-L377
 +
** More testing for CLI behavior: https://github.com/Slicer/Slicer/pull/441
 
|}
 
|}
  
 
==Background and References==
 
==Background and References==

Revision as of 15:07, 8 January 2016

Home < 2016 Winter Project Week < Projects < CLIImprovement

Key Investigators

  • Johan Andruejol (Kitware Inc)

Project Description

Objective Approach and Plan Progress and Next Steps
  • Improve the CLI piping robustness
  • Improve the CLI testing coverage
  • Explore the creation of an utility to pipe CLIs easily

Background and References