Skip to content

Commit c64b491

Browse files
update the PyPI version
1 parent 62f4656 commit c64b491

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fimserve"
3-
version = "0.1.88"
3+
version = "0.1.89"
44
description = "Framework which is developed with the purpose of quickly generating Flood Inundation Maps (FIM) for emergency response and risk assessment. It is developed under Surface Dynamics Modeling Lab (SDML)."
55
authors = [{ name = "Supath Dhital", email = "sdhital@crimson.ua.edu" }]
66
maintainers = [{ name = "Supath Dhital", email = "sdhital@crimson.ua.edu" }]

tests/test_evalutionhandfim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_bm_fimlookup():
1919
def test_run_fimeval():
2020
fm.run_evaluation(
2121
Main_dir="./FIMserv/test", #If user use their own input directory to where FIM outputs; basically out_dir in fim_lookup us Main_dir here
22-
output_dir= "./FIMserv/outcome", #Folder where evaluation results will be saved
22+
output_dir= None, #Folder where evaluation results will be saved
2323
shapefile_path= None, #AOI shapefile or vector file used to clip data during evaluation. Internally used the geopackage within folder.
2424
PWB_dir= None, #Directory containing the Permanent Water Bodies.
2525
building_footprint= "./AOI/building_footprint.gpkg", #Local building footprint dataset (GeoJSON/Shapefile) for building-level exposure evaluation.

0 commit comments

Comments
 (0)