Skip to content

MinimumChordalCompletion crashes  #2

@NicoRenaud

Description

@NicoRenaud

MinimumChordalCompletion crashes if the graph does not contain chordless cycles.
Then stack fails here

A = np.stack(all_coefficients)

We could add something like

if len(all_coefficients) == 0:
     return <something>
     raise Warning( .... )

to make the error a bit more understandable

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