Skip to content

Commit

Permalink
comment out unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jul 8, 2024
1 parent 1325aed commit 9fe49d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def connect_to_arms(pre_pop, from_list, arms, r_type, plastic, stdp_model):
# p.Projection(pendulum, null_pops[i],
# p.FromListConnector([[i, 0, weight, 1]]))

arm_collection = []
input_spikes = []
# arm_collection = []
# input_spikes = []
rates = [0, 0]
# rates = [0, 20]
# rates = [0, 10]
Expand Down
2 changes: 1 addition & 1 deletion examples/inverted_pendulum/inverted_pendulum_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# p.Projection(pendulum, null_pops[i],
# p.FromListConnector([[i, 0, weight, 1]]))

arm_collection = []
# arm_collection = []
# input_spikes = []
rate = 5
print('rate = ', rate)
Expand Down

0 comments on commit 9fe49d9

Please sign in to comment.