fhswf / MLPro

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

Bug: howto_bf_streams_011_native_stream_ClusterbasedAnomalies.py doesn't run under Python 3.12 #985

Closed detlefarend closed 1 month ago

detlefarend commented 1 month ago

1 Describe the bug Since adding Python 3.12 to MLPro's unit test the above howto throws an error.

2 To Reproduce Steps to reproduce the behavior:

  1. Install Python 3.12
  2. Run the above howto

3 Expected behavior The howto should run without any exception.

4 Screenshots 2024-05-19_15-58

5 Additional Informations

5.1 Operating System

syamrajsatheesh commented 1 month ago

This was a minor bug in the code. I fixed it.

detlefarend commented 1 month ago

This was a minor bug in the code. I fixed it.

This will probably collide with my ongoing refactoring changes. See slack.