Skip to content
Snippets Groups Projects
Verified Commit e922bb33 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add TODO

parent 1df46efa
No related branches found
No related tags found
No related merge requests found
Pipeline #47532 passed
......@@ -377,6 +377,7 @@ struct XYTSolver
end
function (s::XYTSolver)(hits::Vector{T}, dir::Direction{Float64}, α::Float64) where T<:AbstractReducedHit
# TODO: implement outliers of hits by doing permuations of N, N-1, ..., m hits
χ² = Inf
R = rotator(dir)
n_initial_hits = length(hits)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment