climpred.classes.PredictionEnsemble.identical#
- PredictionEnsemble.identical(other: Union[PredictionEnsemble, Any]) bool [source]#
Check if
PredictionEnsemble
is identical to other.Like
equals
, but also checks all dataset attributes and the attributes on all variables and coordinates.See also