Skip to content

Commit e0ee0be

Browse files
committed
Fix flexible api title
1 parent 1b80cc8 commit e0ee0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/quickstart/flexible_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ jacobian = model.jacobian
107107
rhale.plot(feature=0, node_idx=2, y_limits=y_limits, dy_limits=dy_limits)
108108
```
109109

110-
| `node_idx=1`: $x_0$ when $x_1 \leq 0$ | `node_idx=2`: $x_0$ when $x_1 > 0$ |
110+
| `node_idx=1`: $x_0$ when $x_2 \leq 0$ | `node_idx=2`: $x_0$ when $x_2 > 0$ |
111111
|:---------:|:---------:|
112112
| ![Alt text](./../static/quickstart/flexible_api_files/flexible_api_20_0.png) | ![Alt text](./../static/quickstart/flexible_api_files/flexible_api_20_1.png) |

0 commit comments

Comments
 (0)