-
Notifications
You must be signed in to change notification settings - Fork 297
Closed as not planned
Labels
Description
📰 Custom Issue
The iris.common.metadata.hexdigest
was made part of the public API in #4020. This is a useful feature, but may have confusing interaction with cubes with lazy data - a different hash will be returned for exactly the same data, depending on whether it has been realised or not. It may be desirable to have an option in the call to hexdigest
that is independent of the state of the underlying data.