Skip to content

Commit

Permalink
Merge branch 'master' of github.com:neurokernel/neurokernel
Browse files Browse the repository at this point in the history
  • Loading branch information
chungheng committed Sep 8, 2015
2 parents 22405c0 + e2d8e45 commit fc6bacd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions docs/source/reference_emulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Construction and Execution
:toctree: generated/
:nosignatures:

neurokernel.base.Manager
neurokernel.base_gpu.Manager
neurokernel.core.Manager
neurokernel.core_gpu.Manager

Expand Down
2 changes: 1 addition & 1 deletion examples/multi/multi_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,5 @@
man.connect(id_0, id_1, pat, 0, 1, compat_check=False)

man.spawn()
man.start(steps=steps)
man.start(steps=args.steps)
man.wait()
1 change: 0 additions & 1 deletion neurokernel/tools/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

import pandas

from .. import base
from .. import core

def graph_to_df(g):
Expand Down

0 comments on commit fc6bacd

Please sign in to comment.