Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf committed Jun 30, 2024
1 parent a5bb6b9 commit 7260014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miv_simulator/interface/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def launch(self):
},
uses=self.synapses[population],
).launch()
for population in config.synapses
for population in self.synapses
}

self.neural_h5 = get(
Expand Down

0 comments on commit 7260014

Please sign in to comment.