Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Issue #2283 peddy failure occurring again in 1.0.9 release #2400

@ameynert

Description

@ameynert

#2283

Suspect code at line 91, change listed is from my patch to my 1.0.7 installation:

<             if to_show[-1].find("IndexError") >=0 and to_show[-1].find("is out of bounds for axis") >= 0:
>             if any([l.find("IndexError") >=0 and l.find("is out of bounds for axis") >= 0

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