Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
e9a8847b
Commit
e9a8847b
authored
Dec 20, 2023
by
BO ZHANG
🏀
Browse files
remove n_try in DFS.__init__()
parent
385399c6
Pipeline
#2603
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
e9a8847b
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment