Skip to content

Commit

Permalink
minor fixes in imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dokato committed Sep 15, 2015
1 parent d79af80 commit 96aacb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions connectivipy/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
import matplotlib.pyplot as plt
import scipy.io as si
import scipy.signal as ss
from mvarmodel import Mvar
from conn import *
from load.loaders import signalml_loader
from .mvarmodel import Mvar
from .conn import *
from .load.loaders import signalml_loader
from six.moves import range


Expand Down
2 changes: 1 addition & 1 deletion connectivipy/mvarmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from __future__ import absolute_import
import numpy as np
from mvar.fitting import *
from .mvar.fitting import *
from six.moves import range


Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ opposite to other packages it allows you to work with all types of data,
not only biomedical. Calculations base on numpy and scipy what provides
good efficiency.*

Tested under Python >=2.7 and >=3.3.

Contents:
######
Expand Down

0 comments on commit 96aacb6

Please sign in to comment.