Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

name exported in cluster nodes #32

Open
vsoch opened this issue Mar 7, 2024 · 0 comments
Open

name exported in cluster nodes #32

vsoch opened this issue Mar 7, 2024 · 0 comments

Comments

@vsoch
Copy link
Member

vsoch commented Mar 7, 2024

We currently have a "name" at the top, which largely gets parsed over if we just look at the graph attribute. E.g.,:

{
  "name": "cluster-red"
  "graph": {
    "directed": true,
    "nodes": {
      "0": {
        "label": "0",
        "metadata": {
...

I'm OK leaving it there for now - it shows up because the ClusterGraph Name is capitalized (and thus public). If we want it to be purely the graph we can remove it. I'm opening this issue as a future reminder to think about it, because it largely doesn't matter now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant