gempy.core.data.Options¶
-
class
gempy.core.data.
Options
[source]¶ The class options contains the auxiliary user editable flags mainly independent to the model.
-
df
¶ df containing the flags. All fields are pandas categories allowing the user to change among those categories.
- Type
pn.DataFrame
Examples using Options
Methods
__init__
()Initialize self.
Set default options.
modify_options
(attribute, value)Method to modify a given field
-