You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love to push some of this upstream, but their error system can only return a const char*, so they have no opportunity to customise the message. They do have some logging system though, and that could possibly be repurposed/adapted to give better error messages.
When it's an HDF5 error, we might be able to get the HDF5 error stack and parse that ourselves.
Some of this probably can't make it upstream at all, so it would definitely be nice if we handled them. Now we're using C++17, std::filesystem can give us some nice checking for directory existence, creating them if necessary, and so on.
If netcdf fails, it fails often with a generic error.
This is confusing for the user, as it can be, at least some of these issues:
There are probably more, that I cannot think of right now.
It would be nice if
Obviously 1 would be nicer, but 2 would also be a good start.
Might be worth to push this issue upstream, to throw nicer errors?
The text was updated successfully, but these errors were encountered: