Skip to content

Commit

Permalink
debugging previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
man-shu committed Mar 15, 2021
1 parent 1a78c20 commit 65fe747
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pypreprocess/nipype_preproc_spm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
_do_subject_smooth as _pp_do_subject_smooth)

from nilearn.plotting.html_document import HTMLDocument
from .reporting.reporter import (_set_templates,embed_in_HTML,
from .reporting.preproc_reporter import (_set_templates,embed_in_HTML,
initialize_report, add_component, finalize_report,
generate_realignment_report, generate_registration_report,
generate_corregistration_report, generate_segmentation_report,
Expand Down
2 changes: 1 addition & 1 deletion pypreprocess/purepython_preproc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import os
import inspect
from .reporting.preproc_reporter import (
generate_preproc_undergone_docstring)
generate_preproc_steps_docstring)
from joblib import Memory
from .io_utils import get_basenames, save_vols, is_niimg, load_vols
from .subject_data import SubjectData
Expand Down
File renamed without changes.

0 comments on commit 65fe747

Please sign in to comment.