Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tomotools
Nabu
Commits
8dbe0cff
Commit
8dbe0cff
authored
Jan 24, 2022
by
Pierre Paleo
Browse files
Pipeline: don't write processing options in partial files
parent
9be1c2f9
Pipeline
#65160
passed with stages
in 6 minutes and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nabu/pipeline/fullfield/chunked.py
View file @
8dbe0cff
...
...
@@ -694,8 +694,8 @@ class ChunkedPipeline:
"process_name"
:
self
.
_get_process_name
(),
"processing_index"
:
0
,
"config"
:
{
"processing_options"
:
self
.
processing_options
,
"nabu_config"
:
self
.
process_config
.
nabu_config
#
"processing_options": self.processing_options,
# Takes too much time to write, not useful for partial files
"nabu_config"
:
self
.
process_config
.
nabu_config
,
},
"entry"
:
entry
,
}
...
...
nabu/pipeline/fullfield/grouped.py
View file @
8dbe0cff
...
...
@@ -300,7 +300,7 @@ class GroupedPipeline(ChunkedPipeline):
"process_name"
:
"sinogram"
,
"processing_index"
:
0
,
"config"
:
{
"processing_options"
:
self
.
processing_options
,
#
"processing_options": self.processing_options,
# Takes too much time to write, not useful for partial files
"nabu_config"
:
self
.
process_config
.
nabu_config
},
"entry"
:
entry
,
...
...
Pierre Paleo
@paleo
mentioned in issue
#282
·
Jan 24, 2022
mentioned in issue
#282
mentioned in issue #282
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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