Skip to content

Commit

Permalink
paper: Format a codeblock to a single line
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Dec 30, 2024
1 parent e8437a2 commit 11d3833
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ Mesa 3 provides both discrete (cell-based) and continuous space implementations.
Example grid creation:

```python
grid = OrthogonalVonNeumannGrid(
(width, height), torus=False, random=model.random
)
grid = OrthogonalVonNeumannGrid((width, height), torus=False, random=model.random)
```

Mesa provides specialized agent classes for spatial interactions in the discrete spaces:
Expand Down

0 comments on commit 11d3833

Please sign in to comment.