Open wangy8989 opened 1 year ago
When I run demo.grcar_demo(), I got this error, even it is able to calculate and plot. Could anyone help with this? Thanks!
I had the same issue. I suggest changing line 62 of utils.py to pyplot.clabel(contours) This fixes the problem for me
pyplot.clabel(contours)
When I run demo.grcar_demo(), I got this error, even it is able to calculate and plot. Could anyone help with this? Thanks!