GeoEnergyLab-EPFL / PyFrac

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

Fixing failing executables #8

Open pedrolimasi opened 11 months ago

pedrolimasi commented 11 months ago

Scripts to be fixed

Context

This list contains executable examples which should run till the end of simulation, but may be raising an exception or failing.

Once I complete fixing this, it will not necessarily imply all examples work. For that we'll have to analyze results a little more carefully.

Skonki commented 11 months ago

I propose to take care of the following issues:

Radial_MtoKtilde_Closure.py radial_pulse_toughness_arrest.py Ex3_dyke_spreading_CPC.py

pedrolimasi commented 11 months ago

Perfect. I am now working on anything related to TI kernel.

Skonki commented 11 months ago

@pedrolimasi @carloperuzzo

Let's see to merge the pull requests and then re-run all examples to see what still fails.

Some issues might have been solved in the meantime by the fixes to others.

pedrolimasi commented 11 months ago

I'm still figuring out what is the issue in #20, but clearly it was not fixed by the recent PRs. So I'll let gelpc1 run through all the examples in the mean time, and I'll update the status here in a few hours.

pedrolimasi commented 11 months ago

Ankit was using gelpc1 and the batch script was very slow. He has now interrupted his script to give us room. Only 4 examples so far. I'll check/uncheck any example that differ from the current list.

pedrolimasi commented 11 months ago

The last few commits fixed ellipse_Anisotropic_toughness.py as well :smiley:

Skonki commented 11 months ago

Nice, this is what I hoped for^^

I will take a look at slamback and rebound tonight/early tomorrow morning.

Let's hope for @carloperuzzo to finish all of this ;)

Best and thanks a bunch again @pedrolimasi

carloperuzzo commented 11 months ago

Nice! Thanks a lot @pedrolimasi

Skonki commented 11 months ago

@pedrolimasi I ran slamback and rebound. No issues for me except that I think it's not doing what it is supposed to do (@carloperuzzo we will check these things in the next round).

Checking atm if this is related to an old matplotlib installation of mine.

Skonki commented 11 months ago

In addition to the previous comment, I use python3.9 with Matplotlib 3.8.2 (updated).

But I ran it in Pycharm, I will try to see if, when running from Consol, I also get the error. Because so far I get a warning but the code does not crash.

pedrolimasi commented 11 months ago

I had a batch run to confirm the fix. Weirdly,

did not work.

Even though they ran fine on debug mode separately. I'll check on it later. Hopefully is an easy fix.

pedrolimasi commented 9 months ago

I had a batch run to confirm the fix. Weirdly,

* radial_K_symmetric.py

* stress_heterogeneities.py

* toughness_anisotropy_jump.py

did not work.

Even though they ran fine on debug mode separately. I'll check on it later. Hopefully is an easy fix.

My last few commits fixed these 3.