UCL-COMP0233-2022-2023 / RSE-Classwork

11 stars 67 forks source link

Automating `git bisect` - part III #36

Open dpshelio opened 2 years ago

dpshelio commented 2 years ago

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

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.