Missing CI/CD and tests for contributed code in AutoML/notebooks/retail_product_stockout_prediction #2381
Labels
api: automl
Issues related to the AutoML API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
🚨
This issue needs some love.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
It appears that someone is circumventing lint and avoiding contributing tests by contributing code in Jupyter notebooks.
See this PR for examples where the code probably would not pass lint. For example, on lines 278+ the indention is 2 spaces when it should be 4. Import order on lines 345+ looks incorrect as well.
That said, it's difficult to evaluate because the code is obfuscated within the Jupyter notebook markdown.
The text was updated successfully, but these errors were encountered: