Преглед на файлове

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