**Description:** Here is the error message I have received after running checks on the build docs numpy.ma.amax ------------- File "../../numpy-dev/lib/python3.11/site-packages/numpy/__init__.py", line ?, in amax Failed example: np.ma.amax(m, axis=0) Expected: masked_array(data=[4, 5, 6], mask=[False, False, False], fill_value=999999) Got: masked_array(data=[4, 5, 6], mask=False, fill_value=999999) File "../../numpy-dev/lib/python3.11/site-packages/numpy/__init__.py", line ?, in amax Failed example: np.ma.amax(m, axis=1) Expected: masked_array(data=[3, 6], mask=[False, False], fill_value=999999) Got: masked_array(data=[3, 6], mask=False, fill_value=999999) **Acceptance Criteria:** <!-- *Outline clearly the conditions that must be met for this issue to be considered resolved.* *Use a checklist format to enumerate the steps or actions that will be completed. Specify any requirements for documentation, testing, or review that are necessary to close this issue.* --> - [ ] List things here.