ILAMB
ILAMB copied to clipboard
ILAMB.Variable.plot() fails if all data is masked
The plotting function checks the extents of the data by looking at the mask. If the entire array is masked, then the function fails and should simply return nothing.
Relevant lines: https://github.com/rubisco-sfa/ILAMB/blob/master/src/ILAMB/Variable.py#L1182