소스 검색

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):
     """