Skip to content
Snippets Groups Projects
Commit 06bfd9fa authored by mhocke's avatar mhocke
Browse files

Fix world_shape default value

parent 942350ed
Branches
No related tags found
1 merge request!48Fix world_shape default value
Pipeline #61548 failed
...@@ -67,7 +67,7 @@ class File(h5py.File): ...@@ -67,7 +67,7 @@ class File(h5py.File):
mode: str = "r", mode: str = "r",
*, # PEP 3102 *, # PEP 3102
world_size_cm: List[int] = None, world_size_cm: List[int] = None,
world_shape: str = None, world_shape: str = "rectangle",
validate: bool = False, validate: bool = False,
validate_when_saving: bool = True, validate_when_saving: bool = True,
strict_validate: bool = False, strict_validate: bool = False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment