-
Notifications
You must be signed in to change notification settings - Fork 84
Explain in README how to run tests and examples #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explain in README how to run tests and examples #103
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review from typot
@@ -57,7 +57,23 @@ ndarray-linalg = { version = "0.9", default-features = false } | |||
|
|||
However, if you hope simplicity instead of the flexibility, you can link your favorite backend in the way described above. | |||
|
|||
### Tests and Examples |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"###" at 60 is typo?
@@ -57,7 +57,23 @@ ndarray-linalg = { version = "0.9", default-features = false } | |||
|
|||
However, if you hope simplicity instead of the flexibility, you can link your favorite backend in the way described above. | |||
|
|||
### Tests and Examples | |||
|
|||
To run tests or examples for `ndarray-linalg`, you must specify the desired |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"ndarray-linalg
," at 62 is typo?
- arrayer-linalg`,
- array-linalg`,
- Raynard-linalg`,
- boundary-linalg`,
- quandary-linalg`,
### Tests and Examples | ||
|
||
To run tests or examples for `ndarray-linalg`, you must specify the desired | ||
backend. For example, you can run the tests with the OpenBLAS backend like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"backend" at 63 is typo?
- backed
- back end
- back-end
- backhand
- bracken
### Tests and Examples | ||
|
||
To run tests or examples for `ndarray-linalg`, you must specify the desired | ||
backend. For example, you can run the tests with the OpenBLAS backend like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"OpenBLAS" at 63 is typo?
- Opencast
- Operas
- Penelope
- Openness
- Spoonbill
### Tests and Examples | ||
|
||
To run tests or examples for `ndarray-linalg`, you must specify the desired | ||
backend. For example, you can run the tests with the OpenBLAS backend like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"example," at 63 is typo?
- example
- examples
- exampled
- sample
- ample
Examples | ||
--------- | ||
See [examples](https://github.com/termoshtt/ndarray-linalg/tree/master/examples) directory. | ||
|
||
Note that to run an example, you must specify the desired backend. For example, | ||
you can run the the `solve` example with the OpenBLAS backend like this: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"this:" at 75 is typo?
- this
- hist
- thirst
- thesis
Examples | ||
--------- | ||
See [examples](https://github.com/termoshtt/ndarray-linalg/tree/master/examples) directory. | ||
|
||
Note that to run an example, you must specify the desired backend. For example, | ||
you can run the the `solve` example with the OpenBLAS backend like this: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"solve
" at 75 is typo?
- solve
- solvable
- Soloviev
Note that to run an example, you must specify the desired backend. For example, | ||
you can run the the `solve` example with the OpenBLAS backend like this: | ||
|
||
```sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"```sh" at 77 is typo?
- clash
- flesh
you can run the the `solve` example with the OpenBLAS backend like this: | ||
|
||
```sh | ||
cargo run --example solve --features=openblas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"--features=openblas" at 78 is typo?
- --featureless
- --irresponsibleness
- --irresponsibility
- features
- impressionableness
|
||
```sh | ||
cargo run --example solve --features=openblas | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"```" at 79 is typo?
No description provided.