weather -> whether

This commit is contained in:
Valentin Boettcher 2024-01-31 10:13:07 -05:00
parent cb577b3cdb
commit 92e207aa8c
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -228,7 +228,7 @@ class EnsembleValue:
def consistency(self, other: Union[EnsembleValue, np.ndarray]) -> float: def consistency(self, other: Union[EnsembleValue, np.ndarray]) -> float:
""" """
Determines weather two EnsembleValues are consistent by Determines whether two EnsembleValues are consistent by
checking whether their last values are within the standard checking whether their last values are within the standard
deviation of each other. deviation of each other.
""" """