NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature engineering and preprocessing to training deep learning models and running inference in production.
Apache License 2.0
777
stars
118
forks
source link
deactivate merlin repo integration tests for merlin-tensorflow container #1061
This PR deactivates the merlin repo integration tests because they are crashing. These tests need to be reviewed and also the testbook notebook tests are not working as expected anymore. The injected blocks of code cannot reference objects created within the context of the notebook execution, that were run before the injection. Testbook is not a package that has been kept up- to-date and jupyter is continuously updated. This mismatch may be a an issue. Until we can figure it out, we will try to skip the integration tests for the merlin-tensorflow container only.
This PR deactivates the merlin repo integration tests because they are crashing. These tests need to be reviewed and also the testbook notebook tests are not working as expected anymore. The injected blocks of code cannot reference objects created within the context of the notebook execution, that were run before the injection. Testbook is not a package that has been kept up- to-date and jupyter is continuously updated. This mismatch may be a an issue. Until we can figure it out, we will try to skip the integration tests for the merlin-tensorflow container only.