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

TypeError: 'RealNodeData' object is not subscriptable #7971

Closed
xjules opened this issue May 24, 2024 · 0 comments · Fixed by #7980
Closed

TypeError: 'RealNodeData' object is not subscriptable #7971

xjules opened this issue May 24, 2024 · 0 comments · Fixed by #7980
Assignees
Labels

Comments

@xjules
Copy link
Contributor

xjules commented May 24, 2024

When running poly_example (on LSF-cluster - maybe not important) getting the following error:

  File "kenv/root/lib64/python3.8/site-packages/ert/gui/model/snapshot.py", line 379, in data
    return self._job_data(index, node, role)
  File "kenv/root/lib64/python3.8/site-packages/ert/gui/model/snapshot.py", line 462, in _job_data
    return real.data[REAL_JOB_STATUS_AGGREGATED][node.id_]
TypeError: 'RealNodeData' object is not subscriptable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants