Browse Source

feat(numpy): update expected result for ex9

pull/2351/head
nprimo 6 months ago committed by Niccolò Primo
parent
commit
1cedbc4242
  1. 4
      subjects/ai/numpy/audit/README.md

4
subjects/ai/numpy/audit/README.md

@ -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]]
```

Loading…
Cancel
Save