Skip to content

Commit afaa714

Browse files
authored
Fix 01_simulate_spike_trains.py
1 parent 2f487bf commit afaa714

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

examples/01_simulate_spike_trains.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@
139139
# Save input current matrix for later analysis
140140
joblib.dump(input_current_matrix, save_path / "input_current_matrix.pkl")
141141

142-
# Load NEURON mechanism
143-
load_nmodl_files()
144-
145142
# Create motor neuron pool
146143
motor_neuron_pool = simulator.MotorNeuronPool(recruitment_thresholds)
147144

0 commit comments

Comments
 (0)