Skip to content

Reset all reliabilities values#32

Open
yoonheeh wants to merge 1 commit intoNaokiAkai:mainfrom
yoonheeh:bugfix/reset-reliabilities
Open

Reset all reliabilities values#32
yoonheeh wants to merge 1 commit intoNaokiAkai:mainfrom
yoonheeh:bugfix/reset-reliabilities

Conversation

@yoonheeh
Copy link

Changelog

  • related to issue#12
  • adds std::fill to reset all values in reliabiilities vector
  • note that when resize() function call is made and if vector length goes from larger to smaller number, all elements within the vector remains the same, whereas using resize() to increase the size of the vector, the second argument given to the function will be added as vector elements.

Changelog
==
 - related to issue#12
 - adds `std::fill` to reset all values in `reliabiilities` vector
 - note that when `resize()` function call is made and if vector
   length goes from larger to smaller number, all elements within
   the vector remains the same, whereas using `resize()` to
   increase the size of the vector, the second argument given to
   the function will be added as vector elements.
@yoonheeh yoonheeh marked this pull request as draft October 30, 2024 00:49
@yoonheeh yoonheeh marked this pull request as ready for review October 30, 2024 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant