Skip to content

Commit 8b3c79f

Browse files
mikekryjakgithub-actions[bot]
authored andcommitted
Apply ruff changes
1 parent 76e4245 commit 8b3c79f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/boutdata/data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,8 @@ def recalculate_xyz(self, *, nx=None, ny=None, nz=None):
834834
except KeyError:
835835
if nzfromfile is not None:
836836
self.nz = nzfromfile
837-
else:self.nz = 1
837+
else:
838+
self.nz = 1
838839

839840
mxg = self._keys.get("MXG", 2)
840841
myg = self._keys.get("MYG", 2)

0 commit comments

Comments
 (0)