Fix UnboudLocalError in filter_skymodel.py
Moved the assignment of ra, dec
at line 148 outside the if
-statement that starts at line 145 to avoid an UnboundLocalError
in line 235, where ra
is read.
Closes RAP-760
Moved the assignment of ra, dec
at line 148 outside the if
-statement that starts at line 145 to avoid an UnboundLocalError
in line 235, where ra
is read.
Closes RAP-760