Skip to content
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

Merged
merged 6 commits into from
Aug 7, 2024
Merged

fixed typos etc #2339

merged 6 commits into from
Aug 7, 2024

Conversation

ErbB4
Copy link
Collaborator

@ErbB4 ErbB4 commented Jul 31, 2024

No description provided.

@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should have units ;)

doc/python/simulation.rst Outdated Show resolved Hide resolved
# 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
Copy link
Contributor

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


# 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))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unit!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okkkkkkk

doc/python/simulation.rst Outdated Show resolved Hide resolved
doc/python/simulation.rst Outdated Show resolved Hide resolved
ErbB4 and others added 2 commits August 1, 2024 15:04
@ErbB4 ErbB4 requested a review from thorstenhater August 7, 2024 13:38
@thorstenhater thorstenhater merged commit 6b6f3dc into master Aug 7, 2024
3 checks passed
@thorstenhater thorstenhater deleted the ErbB4-patch-15 branch August 7, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants