Add todo to check_thickness

这个提交包含在:
nmannall
2025-02-13 14:52:35 +00:00
父节点 a6705c1f3c
当前提交 214ea382f9

查看文件

@@ -235,6 +235,8 @@ class MainGridUserInput(UserInput[GridType]):
thickness: Thickness value such that start + thickness is
within the bounds of the grid.
"""
# TODO: This should throw an error if the bounds are outside the
# global grid.
if dimension == "x":
grid_size = self.grid.nx * self.grid.dx
elif dimension == "y":