OpenSfM
OpenSfM copied to clipboard
fix: correct logger warnings
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