mirror of
https://github.com/vale981/hopsflow
synced 2025-03-05 08:51:37 -05:00
weather -> whether
This commit is contained in:
parent
cb577b3cdb
commit
92e207aa8c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue