From a5827b44e6e15bfd8cc0012b5c04ca316001cabc Mon Sep 17 00:00:00 2001 From: Adam Cheng <52572642+adamchengtkc@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:45:28 +0000 Subject: [PATCH] clean up logging --- warmth/mesh_model.py | 2 +- warmth/resqpy_helpers.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/warmth/mesh_model.py b/warmth/mesh_model.py index d2fd1be..3c403df 100644 --- a/warmth/mesh_model.py +++ b/warmth/mesh_model.py @@ -350,7 +350,7 @@ def write_hexa_mesh_timeseries( self, out_path): points_cached_series[idx,count,:]=x_original_order[i,:] point_original_to_cached[i]= count count += 1 - + logger.info("Calculating vitrinite reflectance EasyRo%DL") for i in range(Temp_per_vertex_series.shape[1]): ts = Temp_per_vertex_series[:,i] ro = VR.easyRoDL(ts) diff --git a/warmth/resqpy_helpers.py b/warmth/resqpy_helpers.py index 0ecd011..e91cacc 100644 --- a/warmth/resqpy_helpers.py +++ b/warmth/resqpy_helpers.py @@ -478,7 +478,7 @@ def write_hexa_grid_with_timeseries(filename, nodes_series, cells, modelTitle = NOTE: writing properties that are defines per-node (have 'nodes' as indexable element) requires a patched version of resqpy! """ - + logger.info("Creating RESQML model") nodes_time_0 = nodes_series[-1,:,:] # present-day at last index node_count = nodes_time_0.shape[0] faces_per_cell = []