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