-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added a PatchDEMGenerator class for adding patches to existing DEMs - either to the z or zo layers * added test for patching * split out repeated test functions into a base test class inherited by all others * update version * add 'patch' functionality to the runner entry point file * fixup: Format Python code with Black --------- Co-authored-by: github-actions <[email protected]>
- Loading branch information
1 parent
be18b56
commit 4c50277
Showing
33 changed files
with
619 additions
and
1,468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "geofabrics" | ||
version = "1.1.15" | ||
version = "1.1.16" | ||
description = "A package for creating geofabrics for flood modelling." | ||
readme = "README.md" | ||
authors = [{ name = "Rose pearson", email = "[email protected]" }] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.