Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
d8221d3f
Commit
d8221d3f
authored
1 year ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
tweaks
parent
5d22de31
dev
main
No related merge requests found
Pipeline
#2313
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst_common/pipeline.py
+2
-2
csst_common/pipeline.py
with
2 additions
and
2 deletions
+2
-2
csst_common/pipeline.py
+
2
-
2
View file @
d8221d3f
...
...
@@ -105,10 +105,10 @@ class Pipeline:
# Reset warning filters
warnings
.
resetwarnings
()
def
init_
file
(
self
,
file_path
):
def
file
(
self
,
file_path
):
return
File
(
file_path
,
new_dir
=
self
.
dir_output
)
def
new
_file
(
self
,
file_name
=
"test.fits"
):
def
new
(
self
,
file_name
=
"test.fits"
):
return
os
.
path
.
join
(
self
.
dir_output
,
file_name
)
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets