mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-10 22:36:55 +08:00
black
This commit is contained in:
@@ -159,8 +159,7 @@ class BaseSingleMetric:
|
|||||||
raise NotImplementedError(f"Please implement the `mean` method")
|
raise NotImplementedError(f"Please implement the `mean` method")
|
||||||
|
|
||||||
def count(self) -> int:
|
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")
|
raise NotImplementedError(f"Please implement the `count` method")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user