Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjorthmedh committed Nov 15, 2023
1 parent 1c963de commit d315d76
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# network_path = "networks/lateral_1"
# snudda_data = "$HOME/BasalGangliaData/data"
snudda_data = "../../../../../../BasalGangliaData/data/"
snudda_data = "../../../../../../../BasalGangliaData/data/"

print(f"Network_path = {network_path}, snudda data = {snudda_data}")

Expand Down Expand Up @@ -42,7 +42,7 @@
unit_centre=np.array([0.00475, 0.004, 0.00775]) -np.array([0, 0, 50e-6]),
probability_function="(d < 200e-6)*1", num_neurons=1000)
si.add_population_unit_density(structure_name="Striatum", neuron_types=["dSPN", "iSPN"],
unit_centre=np.array([0.00475, 0.004, 0.00775]) -np.array([0, 0, 0e-6]),
unit_centre=np.array([0.00475, 0.004, 0.00775]) -np.array([0, 0, -50e-6]),
probability_function="(d < 200e-6) * 1", num_neurons=1000)

print("Writing json")
Expand Down

0 comments on commit d315d76

Please sign in to comment.