Skip to content

Commit

Permalink
update troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
danielzhuang11 committed Jan 25, 2025
1 parent 644a488 commit 07dcc24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added docs/source/figs/small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/source/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is a guide to troubleshooting the most common issues in using Verse.


## Unsuported Operations
## Unsupported Operations

Even though the decision logic for mode transitions is written in Python, it is not run in the traditional sense. Verse takes the decision logic and parses it for analysis.

Expand All @@ -29,7 +29,7 @@ It is also highly recommended not to use else/elif statements.

If something is not supported, the parser will usually throw a "Not Supported" error message.

Since simulate_simple bypasses the parser, it may be able to handle code unsuported by the parser.
Since simulate_simple bypasses the parser, it may be able to handle code unsupported by the parser.

In terms of formatting, you may nest if statements as follows:

Expand Down

0 comments on commit 07dcc24

Please sign in to comment.