Skip to content

Commit

Permalink
Merge pull request #20 from santisoler/fix-example
Browse files Browse the repository at this point in the history
[JOSS Review] Fix Python syntax of minimal example
  • Loading branch information
schuhmaj authored Mar 13, 2024
2 parents ebe47ec + a5cabe3 commit 0e31ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The simplest way to compute the gravity is to use the `evaluate` function:
potential, acceleration, tensor = polyhedral_gravity.evaluate(
polyhedral_source=(cube_vertices, cube_faces),
density=cube_density,
computation_points=computation_point
computation_points=computation_point,
parallel=True
)
```
Expand Down

0 comments on commit 0e31ec3

Please sign in to comment.