Open dpshelio opened 1 week ago
Continuation from #23.
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 #23 is equal than the expected array you created in #22.
numpy
output
expected
React to this issue with a 😕 when your team has completed this task.
Continuation from #23.
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 #23 is equal than theexpected
array you created in #22.Hint
Numpy has a testing function to test/compare arrays: [`np.testing.assert_array_equal`][np-assert]React to this issue with a 😕 when your team has completed this task.