Skip to content

Commit

Permalink
fix bug for wave grid
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur authored and peshence committed Jan 24, 2025
1 parent d44ee57 commit 630d185
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 630d185

Please sign in to comment.