Skip to content

Commit

Permalink
feat(numpy): update expected result for ex9
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimo committed Dec 11, 2023
1 parent 01fb948 commit 1cedbc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subjects/ai/numpy/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,6 @@ This can be done in three steps: Get the max, create a boolean mask that indicat
###### Is the output the following?

```console
[[2 9 6 0 8]
[1 3 5 7 4]]
[[0 1 2 3 5]
[8 7 9 4 6]]
```

0 comments on commit 1cedbc4

Please sign in to comment.