Skip to content

Commit

Permalink
Remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolossus committed Sep 6, 2023
1 parent 245b72c commit ce57bad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testsuite/pytests/test_get_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ def test_get_connections_correct_table_with_node_collection_index():
nodes = nest.Create("iaf_psc_alpha", 3)
nest.Connect(nodes, nodes)

print(nodes[0], type(nodes[0]))

actual_conns = pd.DataFrame(
nest.GetConnections(nodes[0]).get(["source", "target", "target_thread", "synapse_id", "port"])
)
Expand Down

0 comments on commit ce57bad

Please sign in to comment.