-
Notifications
You must be signed in to change notification settings - Fork 26
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
Errors found in library_numpy
notebok
#181
Comments
Typo: Exercises on specifying the data type.
The part "The array should have dimensions 2x3." should be removed |
In |
In the final exercises, when integrating the function we need to be explicit about the density of x points. Because different point density gives slightly different results. "Slightly different" means sufficient enough to cause the test failure. |
For the exercise on eigenvalues:
|
In Exercises on NumPy routines, exercise 2., tests fail if we do not use the fact that the matrix is hermitian: eig and eigh give same eigenvalues but in different orders, and eigenvectors are slightly different |
Thanks, we already noted this above |
No description provided.
The text was updated successfully, but these errors were encountered: