-
Notifications
You must be signed in to change notification settings - Fork 392
Closed
Labels
I: No breaking changePreviously written code will work as before, no one should note anything changing (aside the fix)Previously written code will work as before, no one should note anything changing (aside the fix)S: NormalHandle this with default priorityHandle this with default priorityT: MaintenanceWork to keep up the quality of the code and documentation.Work to keep up the quality of the code and documentation.
Description
Running the following in IPython
import nest
n = nest.Create('parrot_neuron', positions=nest.spatial.free([(x, 0) for x in range(10000)]))
nthe last line takes extraordinarily long, over 10 seconds, I think. But if one instead does
print(n)it executes instantaneously.
Also, executing the same code in plain python, the Node collection is displayed immediately.
Metadata
Metadata
Assignees
Labels
I: No breaking changePreviously written code will work as before, no one should note anything changing (aside the fix)Previously written code will work as before, no one should note anything changing (aside the fix)S: NormalHandle this with default priorityHandle this with default priorityT: MaintenanceWork to keep up the quality of the code and documentation.Work to keep up the quality of the code and documentation.
Type
Projects
Status
Done