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
Irregular error when plotting consensus matrix in TELF.factorization.utilities.plot_NMFk.plot_consesnsus_mat at plt.imshow(C).
Error: ValueError: Argument must be an image or collection in this Axes matplotlib
I believe might be caused by some issue in matplotlib. Added temporary hot-fix where plotting is skipped. If we re-run the code the missing plots are generated without error.
Irregular error when plotting consensus matrix in
TELF.factorization.utilities.plot_NMFk.plot_consesnsus_mat
atplt.imshow(C)
.Error:
ValueError: Argument must be an image or collection in this Axes matplotlib
I believe might be caused by some issue in
matplotlib
. Added temporary hot-fix where plotting is skipped. If we re-run the code the missing plots are generated without error.Replicate:
The text was updated successfully, but these errors were encountered: