Loading csst_common/pipeline.py +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ class Pipeline: # self.error_trace = ErrorTrace(os.path.join(self.dir_output, "error_trace")) if dfs: self.dfs = DFS(n_try=5) self.dfs = DFS() else: self.dfs = None if ccds: Loading Loading
csst_common/pipeline.py +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ class Pipeline: # self.error_trace = ErrorTrace(os.path.join(self.dir_output, "error_trace")) if dfs: self.dfs = DFS(n_try=5) self.dfs = DFS() else: self.dfs = None if ccds: Loading