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
Thanks, I implemented the fix.
Now I'm getting a lot of warnings
viz_scrna.p y:458: UserWarning: The input coordinates to pcolormesh are interpreted as cell centers, but are not monotonically increasing or decreasing. This may lead to incorrectly calculat ed cell edges, in which case, please supply explicit cell edges to pcolormesh.
plt.pcolormesh(xx, yy, qz)
Do you think its normal? I could not go further yet to a missing dependency on my side (ffmpeg) (btw, I think it would be interesting to improve the readme with the requirements).
In order to move on my tests, without needing to run again the training each time, how can I run the last part of the code (displaying the results) on the generated data?
Hi
After successfully running the training and the following stage, the script fails in
viz_scrna.py
, line 460 withProbably a
matplotlib
version issue (mine is 3.9.0).The text was updated successfully, but these errors were encountered: