GeoEnergyLab-EPFL / PyFrac

a Python planar 3D hydraulic fracture growth solver
http://pyfrac.epfl.ch/
Other
34 stars 20 forks source link

slamback_and_rebound.py #20

Closed pedrolimasi closed 9 months ago

pedrolimasi commented 11 months ago

@Skonki No problems were observed when running from cmd, nor when running in Pycharm.

@pedrolimasi Can you copy your error message here?

Skonki commented 11 months ago

It seems to be related to the Python version. 3.10+ seems not to allow for the plotting of empty arrays using Matplotlib. We need to avoid plotting if the array is empty or negative (for log scales).

pedrolimasi commented 9 months ago

This issue was fixed upstream on matplotlib :smile: