Skip to content

Commit

Permalink
Merge pull request #110 from poldracklab/revert-109-fmriprep_issue308
Browse files Browse the repository at this point in the history
Revert "[RTM] blank the values of height"
  • Loading branch information
chrisgorgo authored Jan 13, 2017
2 parents 511ea85 + 648d00a commit 7073bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion niworkflows/tests/test_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@

import os
import unittest
import pkg_resources as pkgr
from shutil import copy
import pkg_resources as pkgr

import nibabel as nb
from nilearn import image
from nipype.utils.tmpdirs import InTemporaryDirectory

from niworkflows.data.getters import (get_mni_template_ras, get_ds003_downsampled,
get_ants_oasis_template_ras)

from niworkflows.interfaces.registration import (
FLIRTRPT, RobustMNINormalizationRPT, ANTSRegistrationRPT)
from niworkflows.interfaces.segmentation import FASTRPT
Expand Down
2 changes: 0 additions & 2 deletions niworkflows/viz/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,6 @@ def compose_view(bg_svgs, fg_svgs, ref=0, out_file='report.svg'):
]
fig.append(newroots)
out_file = op.abspath(out_file)
fig.root.set("width", "")
fig.root.set("height", "")
fig.save(out_file)

# Add styles for the flicker animation
Expand Down

0 comments on commit 7073bac

Please sign in to comment.