We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1baedcc commit 8255210Copy full SHA for 8255210
brainles_preprocessing/preprocessor.py
@@ -379,9 +379,9 @@ def run_atlas_correction(
379
dst=str(center_atlas_corrected_path),
380
)
381
# save step result
382
- self.center_modality.steps[
383
- PreprocessorSteps.ATLAS_CORRECTED
384
- ] = center_atlas_corrected_path
+ self.center_modality.steps[PreprocessorSteps.ATLAS_CORRECTED] = (
+ center_atlas_corrected_path
+ )
385
386
self._save_output(
387
src=atlas_correction_dir,
0 commit comments