罗广辉
15 hours ago 7cc239cee1a9af4e2e8a0f3d5b7a00a074b17214
1
2
3
4
5
from geoai_common.paths import DATA_DIR, MODEL_DIR, OUTPUT_DIR
 
 
def test_shared_paths_are_distinct() -> None:
    assert len({DATA_DIR, MODEL_DIR, OUTPUT_DIR}) == 3