We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
export_rms_volumetrics
export_volumetrics
Because this function is imported from fmu.dataio.export.rms the additional rms in the function name is duplicated.
fmu.dataio.export.rms
rms
fmu-dataio/src/fmu/dataio/export/rms/volumetrics.py
Lines 194 to 205 in 4787c91
We should also re-order the keyword arguments so that the last ones are
global_config: str | Path | dict = "../../fmuconfig/output/global_variables.yml", classification: str | None = None, # Actual default from config workflow: str = "rms volumetric run",
We also decided not to expose tagname to users through any of the simplified functions.
tagname
ExportData
name
subfolder
None
The text was updated successfully, but these errors were encountered:
jcrivenaes
No branches or pull requests
Because this function is imported from
fmu.dataio.export.rms
the additionalrms
in the function name is duplicated.fmu-dataio/src/fmu/dataio/export/rms/volumetrics.py
Lines 194 to 205 in 4787c91
We should also re-order the keyword arguments so that the last ones are
We also decided not to expose
tagname
to users through any of the simplified functions.Tasks
export_rms_volumetrics
asexport_volumetrics
tagname
as a keyword argumentExportData
name
subfolder
None
and ensure the actual default is the default value in the global configThe text was updated successfully, but these errors were encountered: