浏览代码

added todo comments in the pipeline selection class

tanja 3 年之前
父节点
当前提交
56efcab826
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      cdplib/pipeline_selector/PipelineSelector.py

+ 1 - 0
cdplib/pipeline_selector/PipelineSelector.py

@@ -54,6 +54,7 @@ class SpaceElementType(TypedDict):
     
 # TODO Tanya: add possibility to include confusion matrix in
 # additional metrics
+# check that cv object contains indices
 
 class PipelineSelector(ABC):
     """