Skip to content

Commit

Permalink
fix : Curve plot error added to plot_error_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Dec 31, 2023
1 parent 32956e2 commit 448520a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Test/plot_error_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@
Traceback (most recent call last):
...
pycm.pycm_error.pycmPlotError: Error in importing seaborn module. Please install it using this command: pip install seaborn
>>> crv = Curve(actual_vector = np.array([1, 1, 2, 2]), probs = np.array([[0.1, 0.9], [0.4, 0.6], [0.35, 0.65], [0.8, 0.2]]), classes=[2, 1])
>>> ax = crv.plot(classes=[1])
Traceback (most recent call last):
...
pycm.pycm_error.pycmPlotError: Error in importing matplotlib module. Please install it using this command: pip install matplotlib
"""

0 comments on commit 448520a

Please sign in to comment.