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

Graph visualisation would only work if CUDASimulation was explicitly init() #1243

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Robadob
Copy link
Member

@Robadob Robadob commented Oct 26, 2024

applyConfig_derived() is not implicitly called, I assumed otherwise. Hence, CUDAEnvironmentDirectedGraphBuffers was not receiving it's ptr to the visualisation.

Also noticed an edge-case with invalid characters in filepaths on Windows so improved the exception thrown.

… provided.

On Windows (under visual studio) if a std::filesystem::path contains ':', extension() returns empty string.

There's not an obvious method within std::filesystem to check a path for bad characters.
@Robadob Robadob added the bug label Oct 26, 2024
@Robadob Robadob self-assigned this Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant