Skip to content

Commit

Permalink
Remove old PropMotionAnom likelihood reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sefffal committed Apr 24, 2024
1 parent 9f34e2c commit f017e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export astrometry

function propermotionanom(system::System)
for like in system.observations
if like isa ProperMotionAnomLikelihood || like isa HGCALikelihood
if like isa HGCALikelihood
return like
end
end
Expand Down

0 comments on commit f017e88

Please sign in to comment.