1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-30 09:31:18 +08:00
This commit is contained in:
wangwenxi.handsome
2021-07-23 09:33:04 +00:00
parent 9e6f4ec578
commit a8ea66b83e

View File

@@ -159,8 +159,7 @@ class BaseSingleMetric:
raise NotImplementedError(f"Please implement the `mean` method")
def count(self) -> int:
"""Return the count of the single metric, NaN is not included.
"""
"""Return the count of the single metric, NaN is not included."""
raise NotImplementedError(f"Please implement the `count` method")