Skip to content

Commit

Permalink
Example for full synthesis of a cell
Browse files Browse the repository at this point in the history
  • Loading branch information
lidakanari committed Mar 15, 2018
1 parent 566a3e3 commit f6a38d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/synthesize_neuron.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
output_name = 'TestNeuron'

# Extract distributions from cells in input directory
filename = './test_data/bio/'
filename = './TNS/test_data/bio/'
distr = tns.extract_input.distributions(filename, diameter_model=True)

# Generate default parameters dictionary
Expand All @@ -27,7 +27,7 @@
N.save(output_path=output_path)

# Load the generated neuron
n = tmd.io.load_neuron(output_path + output_name + '.h5'
n = tmd.io.load_neuron(output_path + output_name + '.h5')

# View your generated neuron
view.view.neuron(n)

0 comments on commit f6a38d2

Please sign in to comment.