Oslandia / deeposlandia

Migrated to: https://gitlab.com/Oslandia/deeposlandia
MIT License
59 stars 16 forks source link

Broken unit tests for dataset population #111

Closed delhomer closed 5 years ago

delhomer commented 5 years ago

The last modifications on dataset management (especially for Tanzania dataset) messed up the unit tests in tests/test_dataset.py.

In particular, we have to distinguish between Tanzania training datasets and Tanzania testing datasets.

Additionnally, there seems to be a problem when testing multiprocessed dataset population. Some investigations must be done on this point (consider playing with the process number in order to solve the problem, as suggested in issue #110 ).