Skip to content

Commit

Permalink
Merge pull request #241 from JonKing93/bugfix
Browse files Browse the repository at this point in the history
fix particleFilter.bestNWeights rank sorting
  • Loading branch information
JonKing93 authored Jan 21, 2025
2 parents f52c2f7 + bc69aed commit e7766b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @particleFilter/bestNWeights.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
weights = zeros(nMembers, nTime);
weights(best) = 1/N;

end
end

0 comments on commit e7766b3

Please sign in to comment.