smerckel / dbdreader

A reader for binary data files created by Slocum ocean gliders (AUVs)
GNU General Public License v3.0
17 stars 14 forks source link

Small fix to MultiDBD #20

Closed jr3cermak closed 1 year ago

jr3cermak commented 1 year ago
jr3cermak commented 1 year ago

In MultiDBD, each file is opened using self._update_dbd_inventory, the flag is ultimately not set in self.dbds until the function set_skip_initial_line. The function existed, but was never called.

Actually, it is set via: dbd=DBD(fn, cacheDir, skip_initial_lines) within self._update_dbd_inventory. Never mind!