Skip to content

Commit 17db20b

Browse files
committed
missing options, which allow to manage huge file, observation from first file was false
1 parent 4aac4d5 commit 17db20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py_eddy_tracker/tracking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def merge(self, until=-1, raw_data=True):
524524
# Start loading identification again to save in the finals tracks
525525
# Load first file
526526
self.reset_dataset_cache()
527-
self.swap_dataset(self.datasets[0])
527+
self.swap_dataset(self.datasets[0], raw_data=raw_data)
528528

529529
# Start create netcdf to agglomerate all eddy
530530
logging.debug('We will create an array (size %d)', self.nb_obs)

0 commit comments

Comments
 (0)