mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-30 09:31:18 +08:00
black
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user