tests.recipes.cec2.data_preparation package¶
Submodules¶
tests.recipes.cec2.data_preparation.test_build_scenes module¶
Tests for cec2 build_scenes module.
- tests.recipes.cec2.data_preparation.test_build_scenes.not_tqdm(iterable)[source]¶
Replacement for tqdm that just passes back the iterable.
Useful for silencing tqdm in tests.