Skip to content

Revert "Update backend selection logic" #42

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

Merged

Conversation

maarten-ic
Copy link
Collaborator

@maarten-ic maarten-ic commented May 2, 2025

This reverts commit 33e6b7e.

Updated backend selection logic can lead to unexpected situations when making a typo in the URI, for example:

with imas.DBEntry("imas;hdf5?path=xyz", "w") as entry:
    entry.put(ids)

Will now happily create a netCDF file imas;hdf5?path=xyz with the develop branch. Changing this logic back will raise an exception by imas_core.

@olivhoenen olivhoenen merged commit 12b52e3 into iterorganization:develop May 2, 2025
10 checks passed
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

Successfully merging this pull request may close these issues.

3 participants