"""tests for metrics.py"""
import unittest
from compshs.utils.metrics import *
[docs]class TestMetrics(unittest.TestCase):
[docs] def test_diversity(self):
pass
[docs] def test_coherence(self):
pass
[docs] def test_topic_coherence(self):
pass
[docs] def test_average_pairwise_similarity(self):
pass