Skip to content

Commit

Permalink
Merge 1829d6d into 82e2216
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Oct 17, 2015
2 parents 82e2216 + 1829d6d commit 5ade444
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/ds105/ds105_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from nipy.algorithms.statistics.api import (OLSModel, ARModel, make_recarray,
isestimable)
from nipy.modalities.fmri.fmristat import hrf as delay
from nipy.modalities.fmri import design, hrf
from nipy.modalities.fmri import design
from nipy.io.api import load_image, save_image
from nipy.core import api
from nipy.core.api import Image
Expand All @@ -44,7 +44,9 @@

# Local
import ds105_util as futil
reload(futil) # while developing interactively
# While developing interactively:
from imp import reload
reload(futil)

#-----------------------------------------------------------------------------
# Globals
Expand Down

0 comments on commit 5ade444

Please sign in to comment.