Skip to content

Commit

Permalink
Added missing feature for testing argmin-math (docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Nov 3, 2023
1 parent d65ce27 commit f5d3e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/book/src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cargo test -p argmin-math
Or the default features plus the latest `ndarray`/`nalgebra` backends:

```bash
cargo test -p argmin-math --features "latest_all"
cargo test -p argmin-math --features "latest_all,_dev_linalg_latest"
```

Individual backends can be tested as well; however, care has to be taken to not add two different versions of the same backend, as that may not work.

0 comments on commit f5d3e22

Please sign in to comment.