Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 3eef336

Browse files
committed
tidy
1 parent 3214055 commit 3eef336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nowcasting_dataset/data_sources/topographic/topographic_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Topographic(DataSourceOutput):
2020

2121
@classmethod
2222
def model_validation(cls, v):
23-
""" Check that all values are non negative """
23+
""" Check that all values are non NaNs """
2424
assert (v.data != np.NaN).all(), f"Some topological data values are NaNs"
2525
return v
2626

0 commit comments

Comments
 (0)