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

Jupyter kernel dies when it can't find data #3429

Closed
sgpearse opened this issue Aug 15, 2023 · 2 comments · Fixed by #3435
Closed

Jupyter kernel dies when it can't find data #3429

sgpearse opened this issue Aug 15, 2023 · 2 comments · Fixed by #3435
Milestone

Comments

@sgpearse
Copy link
Collaborator

When we load a session that has missing data in Vapor's GUI we get an error message indicating the problem, but when loading the session in the API, the kernel dies without indicating what's wrong.

To reproduce, run the following script along with the attached session file that shouldn't find the targeted dataset.

from vapor import session
ses = session.Session()
ses.Load("/Users/<username>/Downloads/atpescA.vs3")
ses.Render("test.png")

atpescA.vs3.zip

@NihanthCW
Copy link
Collaborator

NihanthCW commented Sep 6, 2023

Hi @sgpearse I don't think #3435 is merged/ included in 3.9.

@sgpearse
Copy link
Collaborator Author

sgpearse commented Sep 6, 2023

@NihanthCW I believe it was attempted with PR #3435. Sorry - you are corrcet.

sgpearse pushed a commit that referenced this issue Sep 12, 2023
@sgpearse sgpearse added this to the 3_9_1 milestone Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants