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

From NAMIC Wiki
Jump to: navigation, search
Line 26: Line 26:
 
|
 
|
 
<!-- 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
+
* Pull request here to solve issue for runnning CLIs in parallel and in a row: https://github.com/Slicer/Slicer/pull/438
 +
-> Integrated in  r24834
 +
* 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 14:13, 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

-> Integrated in r24834

Background and References