Skip to content

DeprecationWarnings in axis.py after updating NumPy #266

@halsafar

Description

@halsafar

We updated NumPy in our project virtual environment and now we get a ton of terminal spam in the form of:

python2.7/site-packages/chaco-4.5.0-py2.7-linux-x86_64.egg/chaco/axis.py:498:
 DeprecationWarning: elementwise comparison failed; this will raise the
 error in the future.
   for tickpos in mapped_tick_positions]))
python2.7/site-packages/chaco-4.5.0-py2.7-linux-x86_64.egg/chaco/axis.py:499:
 DeprecationWarning: elementwise comparison failed; this will raise the
 error in the future.
   self._tick_label_list = tick_list

We updated chaco to the newest stable and we still get the deprecation warnings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions