From 673c97ee5c3da4735e50997036f43a2df88a0d10 Mon Sep 17 00:00:00 2001 From: Jussi Aittoniemi Date: Wed, 15 Nov 2023 21:01:08 +0100 Subject: [PATCH] Remove debug logging. --- warmth/mesh_model.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/warmth/mesh_model.py b/warmth/mesh_model.py index 7550f93..4dfd636 100644 --- a/warmth/mesh_model.py +++ b/warmth/mesh_model.py @@ -664,9 +664,6 @@ def boundary(x): self.mean_porosity.x.array[i] = mean_porosity self.c_rho.x.array[i] = 1000*((self.c_rho0.x.array[i]/1000) * (1-mean_porosity) + mean_porosity*1000) - # if (np.any(np.array(xpos)==12150)) and (np.any(np.array(ypos)==12000) and (self.tti==0)): - # print("conductivity_effective", zpos, conductivity_effective, conductivity_effective ) - # self.rhpFcn.x.array[:] = np.multiply( self.rhp0.x.array[:], (1.0-self.mean_porosity.x.array[:]) ) self.rhpFcn.x.array[:] = np.multiply( self.rhp0.x.array[:], 1.0 )