We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5dc14a commit 0070c31Copy full SHA for 0070c31
src/mdio/core/grid.py
@@ -107,7 +107,7 @@ def build_map(self, index_headers: HeaderArray) -> None:
107
# Calculate batch size for processing
108
memory_per_trace_index = index_headers.itemsize
109
batch_size = int(self._TARGET_MEMORY_PER_BATCH / memory_per_trace_index)
110
- total_live_traces = index_headers.size # Total live traces
+ total_live_traces = index_headers.size
111
112
# Process live traces in batches
113
for start in range(0, total_live_traces, batch_size):
0 commit comments