fimeval 0.1.46__tar.gz → 0.1.47__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.1
2
2
  Name: fimeval
3
- Version: 0.1.46
3
+ Version: 0.1.47
4
4
  Summary: A Framework for Automatic Evaluation of Flood Inundation Mapping Predictions Evaluation
5
5
  License: GPLv3
6
6
  Author: Surface Dynamics Modeling Lab
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fimeval"
3
- version = "0.1.46"
3
+ version = "0.1.47"
4
4
  description = "A Framework for Automatic Evaluation of Flood Inundation Mapping Predictions Evaluation"
5
5
  authors = [
6
6
  "Surface Dynamics Modeling Lab",
@@ -352,7 +352,7 @@ def EvaluationWithBuildingFootprint(
352
352
  method_path, "BoundaryforEvaluation", "FIMEvaluatedExtent.shp"
353
353
  )
354
354
  else:
355
- boundary = detect_shapefile(folder)
355
+ boundary = detect_shapefile(os.path.join(main_dir, folder))
356
356
 
357
357
  building_footprintMS = building_footprint
358
358
  if building_footprintMS is None:
File without changes
File without changes
File without changes