8000 Bug: Getting errors after building docs on ma.amax function · Issue #109 · possee-org/genai-numpy · GitHub
[go: up one dir, main page]

Skip to content
Bug: Getting errors after building docs on ma.amax function #109
@otieno-juma

Description

@otieno-juma

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:

  • List things here.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0