Project-OSmOSE / OSEkit

OSEkit is an open source suite of tools written in python and dedicated to the management and analysis of data in underwater passive acoustics.
https://osmose.ifremer.fr
Other
3 stars 2 forks source link

Update core_utils.py #126

Closed mathieudpnt closed 7 months ago

mathieudpnt commented 7 months ago

added import glob as the module was missing and generates an error when one tries to use list_aplose function

mathieudpnt commented 7 months ago

image

I thought these kind of errors would have been prevented by the checks before a PR but apparently not