8000 BUG: Floating exception with np.lexsort · Issue #7528 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content
BUG: Floating exception with np.lexsort #7528
Closed
@simongibbons

Description

@simongibbons
import numpy as np
x = np.linspace(0.0, 1.0, 126).reshape(42, 3)
np.lexsort(x, axis=2)

Kills python with a Floating exception (core dumped)

This is with python 2.7.8 and with numpy built from both the current master and 1.11.0

I'm running this on RHEL 6 and numpy was compiled with gcc 4.7.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0