fhswf / MLPro

MLPro - The Integrative Middleware Framework for Standardized Machine Learning in Python
https://mlpro.readthedocs.io/
Apache License 2.0
13 stars 5 forks source link

Bug: Method RingBuffer.get_boundaries() fails until the buffer is filled #1077

Closed detlefarend closed 3 weeks ago

detlefarend commented 3 weeks ago

1 Describe the bug The method mentioned determines the boundaries based on the internal ring buffer initialized with zeros. These zeros are considered before the buffer is completely flooded with real instance data. In the phase of a partially flooded buffer, the boundaries need to be determined based on the flooded part of the buffer only.

2 To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

3 Expected behavior A clear and concise description of what you expected to happen.

4 Screenshots If applicable, add screenshots to help explain your problem.

5 Additional Informations

5.1 Operating System