Commit e9a8847b authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

remove n_try in DFS.__init__()

parent 385399c6
Pipeline #2603 failed with stage
in 0 seconds
......@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment