Skip to content

Commit e20d7e6

Browse files
authored
fix broken comment
1 parent a59fe34 commit e20d7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdio/core/grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Grid:
3838
map: ZarrArray | None = None
3939
live_mask: ZarrArray | None = None
4040

41-
_TARGET_MEMORY_PER_BATCH = 1 * 1024**3 # 1GB limit for
41+
_TARGET_MEMORY_PER_BATCH = 1 * 1024**3 # 1GB target for batch process map
4242
_INTERNAL_CHUNK_SIZE_TARGET = 10 * 1024**2 # 10MB target for internal chunks
4343

4444
def __post_init__(self):

0 commit comments

Comments
 (0)