Skip to content

Commit 1c9a91a

Browse files
AxMeNilachlangrose
authored andcommitted
renamed type in feature_name in doc of data in GeologicalModel
1 parent 7dc0605 commit 1c9a91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LoopStructural/modelling/core/geological_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,14 +481,14 @@ def data(self, data: pd.DataFrame):
481481
----------
482482
data : pandas data frame
483483
with column headers corresponding to the
484-
type, X, Y, Z, nx, ny, nz, val, strike, dip, dip_dir, plunge,
484+
feature_name, X, Y, Z, nx, ny, nz, val, strike, dip, dip_dir, plunge,
485485
plunge_dir, azimuth
486486
487487
Returns
488488
-------
489489
Note
490490
----
491-
Type can be any unique identifier for the feature the data point
491+
feature_name can be any unique identifier for the feature the data point
492492
'eg' 'S0', 'S2', 'F1_axis'
493493
it is then used by the create functions to get the correct data
494494
"""

0 commit comments

Comments
 (0)