ximmer icon indicating copy to clipboard operation
ximmer copied to clipboard

Using and underscore in an analysisconfig results in wrongly labeled ROC curve

Open ssadedin opened this issue 7 years ago • 0 comments

eg:

analyses {
   test {
      cnmops_test_1 {
      ...
      } 
   }
}

It causes the caller to be identifed as cnmops_test.1 which creates a mismatch in the code that labels the ROC curve.

ssadedin avatar Nov 27 '17 01:11 ssadedin