Skip to content

Commit

Permalink
Cleaned folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
frederique-hub committed Oct 16, 2023
1 parent a66d031 commit e5cea56
Show file tree
Hide file tree
Showing 28 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions tests/test_aggregation_areas.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
from hydromt_fiat.workflows.vulnerability import Vulnerability

# Load Data
EXAMPLEDIR = Path().resolve() / "examples" / "data" / "aggregation_zones_example"
EXAMPLEDIR = Path().resolve() / "examples" / "data" / "aggregation_zones"

_cases = {
"aggregation_test_1": {
"new_root": EXAMPLEDIR / "aggregation_test_1_output",
"new_root": EXAMPLEDIR / "fiat_model_aggregation1",
"configuration": {
"setup_aggregation_areas": {
"aggregation_area_fn": EXAMPLEDIR / "aggregation_zones" / "base_zones.gpkg",
Expand All @@ -25,7 +25,7 @@
},
},
"aggregation_test_2": {
"new_root": EXAMPLEDIR / "aggregation_test_2_output",
"new_root": EXAMPLEDIR / "fiat_model_aggregation2",
"configuration": {
"setup_aggregation_areas": {
"aggregation_area_fn": [
Expand Down

0 comments on commit e5cea56

Please sign in to comment.