Skip to content

Commit

Permalink
clean up logging
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchengtkc committed Aug 21, 2024
1 parent e3ac982 commit a5827b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion warmth/mesh_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion warmth/resqpy_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit a5827b4

Please sign in to comment.