We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to run paper_plots.ipynb. When executing the last cell, I get the following output:
paper_plots.ipynb
['/minuit_full_newT_s100_GF095_m5', '/minuit_full_newT_s5_GF095_m5', '/minuit_full_t001_15_s100_GF095_m100', '/minuit_full_t001_15_s5_GF095_m5'] Tc not found r not found ss not found sc not found GFf not found Tc not found r not found ss not found sc not found GFf not found /home/fabrost/pksCloud/projects/continuous_labelling_assays/source/clapy/clapy.py:258: UserWarning: DataFrame has more than 2 dimension. Average is plotted warnings.warn("DataFrame has more than 2 dimension. Average is plotted") --------------------------------------------------------------------------- ValueError Traceback (most recent call last) <ipython-input-10-bed3945ea5bc> in <module> 210 cbar = plt.colorbar(im,ax=ax_12) 211 tl = cbar.ax.get_yticklabels() --> 212 tl = [float(i.get_text()[1:-1]) for i in tl] 213 cbar.ax.set_yticklabels(['{:2.0f}'.format( (i-1)*100 )+"\%" for i in tl]) 214 <ipython-input-10-bed3945ea5bc> in <listcomp>(.0) 210 cbar = plt.colorbar(im,ax=ax_12) 211 tl = cbar.ax.get_yticklabels() --> 212 tl = [float(i.get_text()[1:-1]) for i in tl] 213 cbar.ax.set_yticklabels(['{:2.0f}'.format( (i-1)*100 )+"\%" for i in tl]) 214 ValueError: could not convert string to float:
And one of the plots is missing:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to run
paper_plots.ipynb
. When executing the last cell, I get the following output:And one of the plots is missing:
The text was updated successfully, but these errors were encountered: