Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
N_array.N_models typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinway25 authored Jun 23, 2021
1 parent 3b0035a commit c01fa2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OSS_platform/Launcher_OSS_lite.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def run_full_model(master_dict):
Number_of_activated=0
last_point=0
for i in range(len(d["n_Ranvier"])):
Number_of_activated_population=run_simulation_with_NEURON(last_point,i,d["diam_fib"][i],1000*d["t_step"],1000.0/d["freq"],d["n_Ranvier"][i],N_models[i],d["v_init"],t_vector.shape[0],d["Ampl_scale"],d["number_of_processors"])
Number_of_activated_population=run_simulation_with_NEURON(last_point,i,d["diam_fib"][i],1000*d["t_step"],1000.0/d["freq"],d["n_Ranvier"][i],N_array.N_models[i],d["v_init"],t_vector.shape[0],d["Ampl_scale"],d["number_of_processors"])
Number_of_activated=Number_of_activated+Number_of_activated_population
os.chdir("Axon_files/")
if d["Axon_Model_Type"] == 'Reilly2016':
Expand Down

0 comments on commit c01fa2e

Please sign in to comment.