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: Review/correction of howtos #863

Closed detlefarend closed 1 year ago

detlefarend commented 1 year ago

1 Describe the bug In issue #847 (branch howtos/refactoring) nearly all howtos were moved from ./doc/rtd/... to ./test/howtos (except GT and SL). Also the test script ./test/test_examples.py was refactored. It scans folder ./test/howtos for Python scripts and executes them. File information are logged accordingly.

Files causing a dump were excluded from the test by adding the extension ".off" to the file name. These are logged in yellow.

Some of the files create log entries (white) that should be suppressed in dark mode.

2023-09-25_12-47

2 To Reproduce Steps to reproduce the behavior:

  1. Open branch howtos/refactoring
  2. Run script ./test/test_examples.py
  3. Check yellow log lines for howtos of own responsibility
  4. For each howto: remove the file extension ".off" and restart test_examples.py
  5. Check the dump and eliminate the origin (please comment if you need assistance)
  6. Check white log lines whether they can be suppressed

3 Tasks (please tick off)

detlefarend commented 1 year ago

Hi guys, please don't use OpenML streams in howtos. Otherwise we can't use them as part of our unit test...

laxmikantbaheti commented 1 year ago

Hi @detlefarend , I shall update the related/affected howtos in this branch, right?

detlefarend commented 1 year ago

Hi @detlefarend , I shall update the related/affected howtos in this branch, right?

Yes, please