We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git bisect
Continuation from #35.
Now that you have created two arrays and be able to read and save them.
Use numpy to test whether the output array you read in #35 is equal than the expected array you created in #34.
numpy
output
expected
Numpy has a testing function to test/compare arrays: np.testing.assert_array_equal
np.testing.assert_array_equal
React to this issue with a 😕 when your team has completed this task.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Continuation from #35.
Now that you have created two arrays and be able to read and save them.
Step 3
Use
numpy
to test whether theoutput
array you read in #35 is equal than theexpected
array you created in #34.Hint
Numpy has a testing function to test/compare arrays:
np.testing.assert_array_equal
React to this issue with a 😕 when your team has completed this task.
The text was updated successfully, but these errors were encountered: