Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Jul 12, 2023
1 parent 1e57f27 commit 7634a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uxarray/core/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def __from_ds__(self,
self._multi_precision = multi_precision
self._precision = precision

# convert coordinates to hmpy2.mpfr format
# convert coordinates to gmpy2.mpfr format
if self._multi_precision:
if "Mesh2_node_y" in self._ds and "Mesh2_node_x" in self._ds:
converted_y_cords = convert_to_multiprecision(
Expand Down

0 comments on commit 7634a49

Please sign in to comment.