Skip to content

handling arbitrary strings as variable names #6

Description

@matthewvowels1

Thanks again for releasing this code.

I was wondering if there are any plans to enable it to accept arbitrary strings as node names?

If I have not misunderstood, the following won't work for s in ce.createGraph(s)

s = ['Ab->Qb']
s = ['A_->Q_D']
s = ['0->1']
s = ['_A->Q_']

but it will work with s = ['A_->Q_'] so the behaviour is a little unpredictable.

It would be fantastic if this could handle arbitrary node names. Any plans for this?

Thanks!
M

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions