-
Notifications
You must be signed in to change notification settings - Fork 300
Description
To address #5723
We've accepted in the discussion there that we really don't want complex lazy calculations performed each time you print a cube.
Nor would we like it to "realise" a scalar coordinate, so it only happens once, since you really wouldn't expect printing to modify a cube.
It seems reasonable instead to just print something like "complex_scalarvalue_coord: <lazy>" in this case.
The user could of course realize it, if + when the value is actually wanted.
Note: IMHO this is not a major change, and can just be done
-- we have changed printout format before without considering it a breaking change.
Also relevant here : most scalar coords, ones loaded from files, are not lazy, since #5229
( so in many/most cases, adopting this won't change the output )
Metadata
Metadata
Assignees
Type
Projects
Status