Skip to content

Workflow.write_graph chocks on workflow name starting with a digit #1021

Closed
@gerddie

Description

@gerddie

With the example program

from nipype.pipeline.engine import Workflow
w = Workflow(name="1234a") 
w.write_graph()

dot will fail, because the created dot file contains identifiers that start with a digit that dot wants to interpret as number.

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