Skip to content

Commit

Permalink
Merge pull request #13 from AudunSektnanNR/develop_jorge
Browse files Browse the repository at this point in the history
Update _property_tag function in grid3d_aggregate_map
  • Loading branch information
jorgesicachanr committed May 7, 2024
2 parents baed3cd + 68ed462 commit 56517c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xtgeoapp_grd3dmaps/aggregate/grid3d_aggregate_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def generate_maps(

def _property_tag(prop: str, agg_method: AggregationMethod, agg_tag: bool):
agg = f"{agg_method.value}_" if agg_tag else ""
return f"{agg}{prop.replace('_', '--')}"
return f"{agg}{prop}"


# pylint: disable=too-many-arguments
Expand Down

0 comments on commit 56517c0

Please sign in to comment.