Skip to content

Commit

Permalink
chore(docs): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Oct 6, 2024
1 parent 19d6c90 commit 8e6f45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion differt/src/differt/scene/triangle_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def compute_paths(
order: The number of interaction, i.e., the number of bounces.
chunk_size: If specified, it will iterate through chunks of path
candidates, and yield the result as an iterator over paths chunks.
parallel: If :data:`True`, ray tracing if performed in parallel across all available
parallel: If :data:`True`, ray tracing is performed in parallel across all available
devices. Either the number of transmitters or the number of receivers
**must** be a multiple of :func:`jax.device_count`, otherwise an error is raised.
kwargs: Keyword arguments passed to
Expand Down

0 comments on commit 8e6f45b

Please sign in to comment.