Skip to content

Commit

Permalink
Merge branch 'master' into transpose_merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mbillingr committed Jan 29, 2016
2 parents 06d2c3a + 7a53472 commit dcab99d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/misc/connectivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#
# We simply choose a VAR model order of 35, and reduction to 4 components
# (that's not a lot).
ws = scot.Workspace({'model_order': 35}, reducedim=4, fs=fs, locations=locs)
ws = scot.Workspace({'model_order': 40}, reducedim=4, fs=fs, locations=locs)


# Perform CSPVARICA and plot components
Expand Down
2 changes: 1 addition & 1 deletion scot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
from . import datatools

__all__ = ['Workspace', 'Connectivity', 'datatools']
__version__ = "0.1.1"
__version__ = "0.2.dev0"

backends = ['backend_builtin', 'backend_sklearn']
2 changes: 2 additions & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# http://opensource.org/licenses/MIT
# Copyright (c) 2013 SCoT Development Team

from __future__ import division

import unittest

from importlib import import_module
Expand Down

0 comments on commit dcab99d

Please sign in to comment.