Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 17, 2023
1 parent 3c97a79 commit 0a3c520
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/invert4geom/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,9 @@ def extract_prism_data(
extract necessary info from starting prism layer, adds variables 'topo' and
'starting_topo' to prism layer dataset (prisms_ds), converts it into dataframe
(prisms_df), gets the density contrast value (density) from the max density value in
prisms_df, gets the reference level (zref) from the min value of the prims tops,
gets the prism spacing (spacing) from prisms_ds, and creates a grid of the starting
topography (topo_grid) from the tops and bottoms of the prism layer.
prisms_df, gets the reference level (zref) from the min value of the prims tops,
gets the prism spacing (spacing) from prisms_ds, and creates a grid of the starting
topography (topo_grid) from the tops and bottoms of the prism layer.
Parameters
----------
Expand Down

0 comments on commit 0a3c520

Please sign in to comment.