Skip to content

Dead loop in plot_dot #2471

@chang-ph

Description

@chang-ph

Describe the bug
The following code will fall into dead loop and exausts all memory in system.

To Reproduce

import arviz
from numpy import nan

arviz.plot_dot([0.81449801, 0.8748649 ,        nan,        nan,        nan], show=False)

Expected behavior
Generate plot or report error, not fall into dead loop

Additional context

Metadata

Metadata

Assignees

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