UCL-COMP0233-24-25 / RSE-Classwork

6 stars 86 forks source link

Automating `git bisect` - part III #24

Open dpshelio opened 1 week ago

dpshelio commented 1 week ago

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 the output array you read in #23 is equal than the expected 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.