Skip to content

Commit

Permalink
Merge pull request #71 from ecmwf/fix_bug
Browse files Browse the repository at this point in the history
Fix bug
  • Loading branch information
mathleur authored Jan 24, 2025
2 parents d44ee57 + 9b27d4d commit 64c08bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polytope_server/common/datasource/polytope.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def change_grids(request, config):
for mappings in config["options"]["axis_config"]:
for sub_mapping in mappings["transformations"]:
if sub_mapping["name"] == "mapper":
sub_mapping["type"] == "reduced_ll"
sub_mapping["type"] = "reduced_ll"
sub_mapping["resolution"] = 3601
return config

Expand Down

0 comments on commit 64c08bc

Please sign in to comment.