Skip to content

Commit 4700222

Browse files
committed
update not to collapse dim as stitchee is processing single granules also to align the dims
1 parent ef162ae commit 4700222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podaac/merger/preprocess_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def _run_multi_core(file_list: list[Path],
249249
# Merge history_json entries from input files
250250
history_json.extend(result['history_json'])
251251

252-
max_dims = collapse_dims(max_dims)
252+
# max_dims = collapse_dims(max_dims)
253253

254254
history_json.append(construct_history(file_list, granule_urls))
255255
group_metadata[group_list[0]]['history_json'] = json.dumps(

0 commit comments

Comments
 (0)