-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
error renaming a variable in a group #1672
Comments
Well if you would just name the variable correctly in the first place, there would be no need for a rename! ;-) However, I would have thought this simple example would have worked. Sigh. It might be time for a total re-write of the renaming code, as outlined at the end of the long discussion on #597. |
We observed the same issue in Netcdf version 4.8.1. Is there a targeted release to fix this issue? Thanks, |
I know it doesn't look like a particularly common issue... But would be nice to know if a fix is potentially planned for 4.8.2 or if it is on a back-burner for now. |
It is definitely back-burner, because this requires a lot of work to fix. But if you try renaming in different orders, some will work, and some won't. |
Makes sense, thanks for the update! |
Hi, just wanted to check if there are any new updates, or if this is still on a back-burner for now. |
Reported in Unidata/netcdf4-python#999. Here's a simple C program that triggers the
HDF Error
. The rename only fails if the file is closed and then re-opened.The text was updated successfully, but these errors were encountered: