Skip to content

Commit

Permalink
turned off plotting in test case to work with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vkrithika25 committed Dec 4, 2024
1 parent ccfecfb commit 8b4e95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def setUp(self):
self.instruments = Instrument(questions=self.all_questions_real)

def test_cluster(self):
clusters_out, score_out = cluster_questions(self.instruments, 2, True)
clusters_out, score_out = cluster_questions(self.instruments, 2, False)
assert(len(clusters_out) == 5)
assert score_out

Expand Down

0 comments on commit 8b4e95c

Please sign in to comment.