You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function concerned plot petri_observe_simule(), hs_observe_simule(), petri_observe_simule()
Error description: Error frac
the problem comes from evaluation_dye_interception.py the function agregate_by_axe in which you do:
[l.148] ilig = numpy.max(numpy.where(frac >= 1)) or frac calculate [l.147] of the same function is never greater than 1 actually. which blocks the rest of the function
Plot_evaluation_dye_interception
Error description: Error frac
the problem comes from evaluation_dye_interception.py the function agregate_by_axe in which you do:
[l.148] ilig = numpy.max(numpy.where(frac >= 1)) or frac calculate [l.147] of the same function is never greater than 1 actually. which blocks the rest of the function
ipdb> frac
7990 0.362863
7991 0.362863
7992 0.362863
7993 0.362863
7994 0.362863
Error description: Error pandas data.loc[:, ['treatment', by] + what] not the way to write
plot_architectural_reconstructions
no tested because need argument (dimension_data, obs_data,fits, HS_converter, density_data, density_fits, leaf_fits, scan, scan_old, obs_GL, fit_GL, ax, data)
The text was updated successfully, but these errors were encountered: