Skip to content
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

Automating git bisect - part III #36

Open
dpshelio opened this issue Nov 17, 2022 · 0 comments
Open

Automating git bisect - part III #36

dpshelio opened this issue Nov 17, 2022 · 0 comments
Labels
week06 Documenting projects and findging bugs

Comments

@dpshelio
Copy link
Contributor

dpshelio commented Nov 17, 2022

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

React to this issue with a 😕 when your team has completed this task.

@dpshelio dpshelio added the week06 Documenting projects and findging bugs label Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
week06 Documenting projects and findging bugs
Projects
None yet
Development

No branches or pull requests

1 participant