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

Error on loading datasets with similar names #3692

Open
sgpearse opened this issue Jan 24, 2025 · 0 comments
Open

Error on loading datasets with similar names #3692

sgpearse opened this issue Jan 24, 2025 · 0 comments

Comments

@sgpearse
Copy link
Collaborator

Importing two datasets where the second dataset contains the name of the first makes it impossible to create new renderers in the second datast.

  1. Import particles_000.nc
  2. Import particles_000.nc copy
  3. Try to create a new renderer in the second dataset. It will instantiate in the first.

The fix probably lies in GUIStateParams::GetActiveDataset's use of STLUtils::Contains() instead of a complete string comparison.

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

No branches or pull requests

1 participant