CBICA / CaPTk

Cancer Imaging Phenomics Toolkit (CaPTk) is a software platform to perform image analysis and predictive modeling tasks. Documentation: https://cbica.github.io/CaPTk
https://www.cbica.upenn.edu/captk
Other
179 stars 64 forks source link

training module fixes #1307

Closed saimarathore closed 4 years ago

saimarathore commented 4 years ago

training module options fixed from GUI and CLI

sarthakpati commented 4 years ago

@AlexanderGetka-cbica could you please ensure that this PR is tested before we merge (as it is touching upon multiple applications)?

AlexanderGetka-cbica commented 4 years ago

Alright, I will ping the dev team once the artifacts have been tested.

sarthakpati commented 4 years ago

@AlexanderGetka-cbica: no idea if you have come across this yet, but one mechanism you could possibly use to write the range-based unit test for training module is via CMake itself [ref]:

foreach(<loop_var> RANGE <start> <stop> [<step>])
sarthakpati commented 4 years ago

@AlexanderGetka-cbica: no idea if you have come across this yet, but one mechanism you could possibly use to write the range-based unit test for training module is via CMake itself [ref]:

foreach(<loop_var> RANGE <start> <stop> [<step>])

Testing is complete and this is good to merge. Unit testing will be part of a separate PR.