Skip to content

Commit 7073bac

Browse files
authored
Merge pull request #110 from poldracklab/revert-109-fmriprep_issue308
Revert "[RTM] blank the values of height"
2 parents 511ea85 + 648d00a commit 7073bac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

niworkflows/tests/test_reports.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55

66
import os
77
import unittest
8-
import pkg_resources as pkgr
98
from shutil import copy
9+
import pkg_resources as pkgr
1010

1111
import nibabel as nb
1212
from nilearn import image
1313
from nipype.utils.tmpdirs import InTemporaryDirectory
1414

1515
from niworkflows.data.getters import (get_mni_template_ras, get_ds003_downsampled,
1616
get_ants_oasis_template_ras)
17+
1718
from niworkflows.interfaces.registration import (
1819
FLIRTRPT, RobustMNINormalizationRPT, ANTSRegistrationRPT)
1920
from niworkflows.interfaces.segmentation import FASTRPT

niworkflows/viz/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,6 @@ def compose_view(bg_svgs, fg_svgs, ref=0, out_file='report.svg'):
280280
]
281281
fig.append(newroots)
282282
out_file = op.abspath(out_file)
283-
fig.root.set("width", "")
284-
fig.root.set("height", "")
285283
fig.save(out_file)
286284

287285
# Add styles for the flicker animation

0 commit comments

Comments
 (0)