Skip to content

Commit 3429792

Browse files
author
Dilawar Singh
committed
Merge branch 'master' of github.com:BhallaLab/moose-examples
2 parents d34c8df + 31137eb commit 3429792

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

paper-2015/Fig6_NetMultiscale/Fig6BCDE.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import print_function
12

23
#/**********************************************************************
34
#** This program is part of 'MOOSE', the
@@ -33,11 +34,9 @@
3334
from numpy import random as nprand
3435
from moose.neuroml.NeuroML import NeuroML
3536
import sys
36-
sys.path.append( "/home/bhalla/moose/trunk/Demos/util" )
3737
import rdesigneur as rd
3838
import moogli
3939
cellname = "./cells_channels/CA1_nochans.morph.xml"
40-
#cellname = "./ca1_minimal.p"
4140
fname = "fig6bcde"
4241

4342
#############################################

0 commit comments

Comments
 (0)