Quellcode durchsuchen

added todo comments in the pipeline selection class

tanja vor 3 Jahren
Ursprung
Commit
56efcab826
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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):
     """