Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/FAQs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Below we provide two code recipes to get around these issues. The first recipe i

.. code-block:: python

heading = {k: np.zeros_like(v) for k in heading.items()}
heading = {k: np.zeros_like(v) for k,v in heading.items()}


Why are there only trajectory plots for a subset of syllables?
Expand Down
Loading