Explorar el Código

missed one union

ogert hace 2 años
padre
commit
35ae22356a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      cdplib/hyperopt/HyperoptPipelineSelector.py

+ 2 - 2
cdplib/hyperopt/HyperoptPipelineSelector.py

@@ -362,8 +362,8 @@ class HyperoptPipelineSelector(PipelineSelector):
 
             self._logger.log_and_raise_error(err)
 
-    def get_n_best_trial(self, n: int)\
-            -> Union[List[Pipeline], None]:
+    def get_n_best_trial(self, n: int):#\
+            # -> Union[List[Pipeline], None]:
         """
         :return: the list of n best trails
         """