Skip to content

Commit

Permalink
Merge branch 'master' into map_coords_missing_params
Browse files Browse the repository at this point in the history
  • Loading branch information
YigitElma authored Apr 30, 2024
2 parents 2d4afa5 + 104e563 commit 321afd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions desc/geometry/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ def _set_up(self):
"""Set things after loading."""
if hasattr(self, "_NFP"):
self._NFP = int(self._NFP)
if not hasattr(self, "_shift"):
self.shift
if not hasattr(self, "_rotmat"):
self.rotmat

@optimizable_parameter
@property
Expand Down

0 comments on commit 321afd6

Please sign in to comment.