Implement Metric methods and tests

This commit is contained in:
2021-05-23 20:32:33 +02:00
parent ba73a7f5c0
commit a19f2cc12a
6 changed files with 265 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
from .CFS_test import CFS_test
from .Metrics_test import Metrics_test
__all__ = ["CFS_test"]
__all__ = ["CFS_test", "Metrics_test"]