X Tutup
Skip to content

Warnings in doc build #5287

@mdboom

Description

@mdboom

These are warnings produced by the doc build. These are not-trivial to fix and relatively benign, so I'm just documenting them for now rather than giving priority to fixing them.

  • examples/images_contours_and_fields/streamplot_demo_masking
site-packages/numpy/ma/core.py:806: RuntimeWarning: invalid value encountered in greater_equal
  return umath.absolute(a) * self.tolerance >= umath.absolute(b)
  • users/colormapnorms
site-packages/matplotlib-1.5.0rc2_55.g95e2346-py2.7-linux-x86_64.egg/matplotlib/figure.py:397: UserWarning: matplotlib is currently using a non-GUI backend, so cannot show the figure
  "matplotlib is currently using a non-GUI backend, "

Lastly, there's lucky ipython/ipython#8888, but it seems @minrk @matthew-brett and other are on it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup