[GSK-1235] Fix segmentation fault problems when running pytest#1164
[GSK-1235] Fix segmentation fault problems when running pytest#1164andreybavt merged 14 commits intomainfrom
Conversation
|
@mattbit will check it in 20 minutes |
|
@mattbit I am still getting segfault for the |
GSK-1235 Segfault during unit-testing.
|
|
@AbSsEnT , can you test it again to see if you still get a segfault? |
@andreybavt still getting segfault for the fraud_detection fixture. |
|
@andreybavt can we merge this? |
|
@mattbit , do we still need to make changes to the lightgbm version to solve Mykyta's issue? |
It would be useful because it removes a few unnecessary steps (download of stopwords which are not used), avoids downloading and initializing DistilBERT at import time, and frees memory since model is now loaded in the test scope. |
|
Kudos, SonarCloud Quality Gate passed! |








Should solve the problems with fixtures
tripadvisorandfraud_detectionwhen running pytest locally on certain environments. @AbSsEnT could you check that this also solves the problem on your machine?