SpatialEvent _localize_after_cross_correlation distance_residuals not set #1070
Labels
bug
Something isn't working
resolved_in_develop
The issue has been resolved in the develop branch but not in master
The
distance_residuals
is only calculated if location_estimate is not None,so you get UnboundLocalError (missing variable) if the location estimate is None when it tries to return distance_residuals
this probably happened during a refactor, should be resolved asap by setting to None if location_estimate is None
The text was updated successfully, but these errors were encountered: