Skip to content

Commit

Permalink
added line to test_cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
vkrithika25 committed Dec 4, 2024
1 parent 27d5c8e commit ccfecfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ def test_cluster(self):
clusters_out, score_out = cluster_questions(self.instruments, 2, True)
assert(len(clusters_out) == 5)
assert score_out

if __name__ == '__main__':
unittest.main()

0 comments on commit ccfecfb

Please sign in to comment.