Skip to content

Commit

Permalink
temporary fix for some plt.show error that is probably caused by PyCh…
Browse files Browse the repository at this point in the history
…arm being out of date, just commented it out
  • Loading branch information
dainis-boumber committed Jun 21, 2018
1 parent 4b63fe5 commit eb5d560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def demo(datasets, dsnames, classifiers, nwindows):
figure2.tight_layout()
figure.savefig(filename=('./vis/'+ ''.join(dsnames)+'Classifications.png'))
figure2.savefig(filename=('./vis/'+''.join(dsnames) + 'Complexities.png'))
plt.show()
#plt.show()

def main():
classifiers = [
Expand Down

0 comments on commit eb5d560

Please sign in to comment.