Skip to content

Commit

Permalink
docs latex error update
Browse files Browse the repository at this point in the history
  • Loading branch information
GJHSimmons committed Jan 23, 2025
1 parent 7991e07 commit f99f66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/variable_ported_objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ In practice, there are only two reasons to specify ports:
)
```

2. In the case where a port is to be given a default value, this should be specified in the `input_ports` argument. In the above example of the pendulum equation, a default value of $ g = 9.81 $ might be assigned. This can still be overridden later in model construction or at simulation. This can be done as follows:
2. In the case where a port is to be given a default value, this should be specified in the `input_ports` argument. In the above example of the pendulum equation, a default value of $g = 9.81$ might be assigned. This can still be overridden later in model construction or at simulation. This can be done as follows:

``` py title="second-order ODE model with default value"
from psymple.build import VariablePortedObject
Expand Down

0 comments on commit f99f66c

Please sign in to comment.