Skip to content

Commit

Permalink
Fix code block syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicasyu committed Nov 2, 2023
1 parent 3eca2b4 commit 26452e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arcade_collection/output/parse_growth_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def parse_growth_timepoint(timepoint: dict, seed: int) -> list:
The original data contains cell features in the form:
.. code-block:: json
.. code-block:: text
{
"time": time,
Expand All @@ -96,7 +96,7 @@ def parse_growth_timepoint(timepoint: dict, seed: int) -> list:
Parsed data is formatted into:
.. code-block:: json
.. code-block:: text
[
[time, seed, u, v, w, z, position, population, state, volume, cycle],
Expand Down

0 comments on commit 26452e7

Please sign in to comment.