Closed philip-bl closed 2 years ago
Thanks for reporting this. I'm investigating what could be the reason for this warning. It seems that at best, this has no consequences, at worst there is some interference (e.g. breakpoints stop working) with the pydev debugger (and potentially others as well). I'll give an update once I find out more.
See PR description.
🐞 Bug
This minimal example on Google Colab causes a PYDEV DEBUGGER WARNING when I define a padl pipeline. I don't know what this warning means and if it means that I've got a problem. Please prevent it or document it somewhere.
The code is
The warning's text is
Expected behavior
Everything works and there is no warning.