-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed typos etc #2339
fixed typos etc #2339
Conversation
@@ -34,7 +34,7 @@ over the local and distributed hardware resources (see :ref:`pydomdec`). Then, t | |||
# Instantiate the simulation. | |||
sim = arbor.simulation(recipe, decomp, context) | |||
|
|||
# Run the simulation for 2000 ms with time stepping of 0.025 ms | |||
# Run the simulation for 2000 ms with a time step of 0.025 ms |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should have units ;)
# To only record spikes from the local MPI rank, use arbor.spike_recording.local | ||
sim.record(arbor.spike_recording.all) | ||
|
||
# Run the simulation for 2000 ms with time stepping of 0.025 ms | ||
# Run the simulation for 2000 ms with a time step of 0.025 ms |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, units missing. Again, not your fault, but let's do it right
Co-authored-by: Thorsten Hater <[email protected]>
doc/python/simulation.rst
Outdated
|
||
# Sample probeset id (0, 0) (first probeset id on cell 0) every 0.1 ms | ||
|
||
handle = sim.sample((0, 0), arbor.regular_schedule(0.1)) | ||
handle = sim.sample((0, 0), A.regular_schedule(0.1)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unit!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okkkkkkk
Co-authored-by: Thorsten Hater <[email protected]>
Co-authored-by: Thorsten Hater <[email protected]>
No description provided.