Mercurial > repos > bgruening > plotly_ml_performance_plots
diff plot_ml_performance.py @ 2:2cfa4aabda3e draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/plotly_ml_performance_plots commit 3752bb86fb42f0c98b6d6cbbd75e8d987f17a3fd"
author | bgruening |
---|---|
date | Thu, 16 Jan 2020 18:49:18 +0000 |
parents | 33fc6537a54d |
children | e73eb091612b |
line wrap: on
line diff
--- a/plot_ml_performance.py Tue Jun 18 08:25:29 2019 -0400 +++ b/plot_ml_performance.py Thu Jan 16 18:49:18 2020 +0000 @@ -140,7 +140,7 @@ plotly.offline.plot(fig_roc, filename="output_roc.html", auto_open=False) except Exception as exp: - pass + print("Plotting the ROC-AUC graph failed. This exception was raised: {}".format(exp)) if __name__ == "__main__":