SergioQuijanoRey / TFG

Trabajo Fin de Grado
1 stars 0 forks source link

Create integration test for LFW dataset #40

Closed SergioQuijanoRey closed 1 year ago

SergioQuijanoRey commented 1 year ago

We have a lot of unit tests for the whole library. However, some code might be not checked by the test suite. Writing an integration test to check that we can run the whole training without problems can find bugs that the unit test suite may not find.

SergioQuijanoRey commented 1 year ago

Solved in #41