Skip to content

Renamed type in feature_name in doc of data setter in GeologicalModel #252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 8, 2025
4 changes: 2 additions & 2 deletions LoopStructural/modelling/core/geological_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,14 +481,14 @@ def data(self, data: pd.DataFrame):
----------
data : pandas data frame
with column headers corresponding to the
type, X, Y, Z, nx, ny, nz, val, strike, dip, dip_dir, plunge,
feature_name, X, Y, Z, nx, ny, nz, val, strike, dip, dip_dir, plunge,
plunge_dir, azimuth

Returns
-------
Note
----
Type can be any unique identifier for the feature the data point
feature_name can be any unique identifier for the feature the data point
'eg' 'S0', 'S2', 'F1_axis'
it is then used by the create functions to get the correct data
"""
Expand Down