maziarraissi / PINNs

Physics Informed Deep Learning: Data-driven Solutions and Discovery of Nonlinear Partial Differential Equations
https://maziarraissi.github.io/PINNs
MIT License
3.73k stars 1.25k forks source link

Unable to see figure after running Burgers' Eq'n code #19

Open moshen85 opened 4 years ago

moshen85 commented 4 years ago

After I run continuous_time_identification (Burgers) or inference, I see the loss value outputs but am unable to see the figure plots. Does anyone else have this problem? I suspect it is due to my version of matplotlib being 3.1.3.

omerbme commented 3 years ago

Hi moshen85 add plt.show() at the end of the code