Skip to content

Commit 6b95a04

Browse files
authored
Fix formatting for accessing isConvex column
1 parent 4d6d747 commit 6b95a04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tutorials/introduction-to-solverbenchmark

tutorials/introduction-to-solverbenchmark/index.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,5 +242,5 @@ stats = bmark_solvers(solvers, problems)
242242

243243
# Access the solver-specific column `:isConvex` for the `:newton` solver
244244
df_newton = stats[:newton]
245-
```
246245
df_newton.isConvex
246+
```

0 commit comments

Comments
 (0)