ソースを参照

missed one union

ogert 2 年 前
コミット
35ae22356a
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  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
         """