We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b82d8 commit 35f64deCopy full SHA for 35f64de
1 file changed
src/harmony/matching/visualize_questions_gui.py
@@ -21,7 +21,7 @@
21
except ImportError as e:
22
print("Make sure matplotlib, tkinter and networkx are installed.")
23
print(e.msg)
24
- sys.exit(1)
+ # sys.exit(1)
25
26
27
def draw_cosine_similarity_matrix(questions: List[str], ax: Axes, canvas: FigureCanvasTkAgg):
0 commit comments