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: howto_oa_streams_pp_102_rearranger_window_bd_normminmax_3d.py causes an error #1075

Closed detlefarend closed 3 weeks ago

detlefarend commented 3 weeks ago

1 Describe the bug The howto mentioned terminates with an exception after 50 instances (buffer full). The exception occurs in method StreamTask._update_plot_3d(). Remarkably, the howtos 101 (2D) and 103 (nD) are running well.

2 To Reproduce Steps to reproduce the behavior:

  1. Start the howto mentioned with the default settings

3 Expected behavior The howto should terminate without an exception.

4 Screenshots Image

5 Additional Informations

5.1 Operating System

detlefarend commented 3 weeks ago

The exception was caused by a bug in class oa.streams.tasks.NormalizerMinMax, which is solved now.