OpenSfM icon indicating copy to clipboard operation
OpenSfM copied to clipboard

fix: correct logger warnings

Open emmanuel-ferdman opened this issue 7 months ago • 0 comments

PR Summary

This small PR migrates from the deprecated logger.warn to the recommended logger.warning method to solve:

/tmp/opensfm/opensfm/pairs_selection.py:610: DeprecationWarning: The 'warn' function is deprecated, use 'warning' instead

emmanuel-ferdman avatar May 28 '25 21:05 emmanuel-ferdman