Skip to content

Commit

Permalink
Snap examples to correct content for volumes.
Browse files Browse the repository at this point in the history
  • Loading branch information
perolavsvendsen committed Dec 15, 2023
1 parent 7bcb060 commit d692c8a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def export_dataio(df, gridname):
exp = fmu.dataio.ExportData(
name=gridname,
config=CFG,
content="volumetrics",
content="volumes",
unit="m",
is_prediction=True,
is_observation=False,
Expand All @@ -94,7 +94,6 @@ def export_dataio(df, gridname):


if __name__ == "__main__":

if IN_ROXAR:
for vtable in VTABLES:
export_dataio(*volume_as_dataframe_rms(vtable))
Expand Down

0 comments on commit d692c8a

Please sign in to comment.