Skip to content

Group additivity graphs fail to be drawn #293

@jonwzheng

Description

@jonwzheng

Example: https://rmg.mit.edu/database/thermo/groups/group/953/

Is supposed to draw a graph representation of the group:
group.draw('svg') but fails due to an issue with neato not found in path.
Strangely, a minimal example:

from rmgpy.molecule.group import Group

g = Group()
g.draw('svg')

does not return an error if called from the terminal Python environment...! I haven't been able to figure out why this error is occurring.

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