Преглед изворни кода

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