From d69f9f3d7397845d8aa51f3705245b514cf7fc10 Mon Sep 17 00:00:00 2001 From: Adam Erispaha Date: Fri, 27 Sep 2024 14:23:13 -0400 Subject: [PATCH 1/2] fix storages typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d38904a..3d89f0f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # swmmio -*v0.7.1 (2024/08/19)* +*v0.7.0 (2024/04/21)* [![Build status](https://ci.appveyor.com/api/projects/status/qywujm5w2wm0y2tv/branch/master?svg=true)](https://ci.appveyor.com/project/aerispaha/swmmio/branch/master) ![example workflow](https://github.com/aerispaha/swmmio/actions/workflows/python-app.yml/badge.svg) @@ -58,7 +58,7 @@ m = Model("coolest-model.inp") # pass custom init arguments into the Nodes object instead of using default settings referenced by m.nodes() nodes = Nodes( model=m, - inp_sections=['junctions', 'storages', 'outfalls'], + inp_sections=['junctions', 'storage', 'outfalls'], rpt_sections=['Node Depth Summary', 'Node Inflow Summary'], columns=[ 'InvertElev', 'MaxDepth', 'InitDepth', 'SurchargeDepth', 'MaxTotalInflow', 'coords'] ) From db3eaa24b2e3f7554c2f4b9c8d9ffa53d31553b6 Mon Sep 17 00:00:00 2001 From: Adam Erispaha Date: Fri, 27 Sep 2024 14:24:58 -0400 Subject: [PATCH 2/2] fix version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d89f0f..5b14174 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # swmmio -*v0.7.0 (2024/04/21)* +*v0.7.1 (2024/08/19)* [![Build status](https://ci.appveyor.com/api/projects/status/qywujm5w2wm0y2tv/branch/master?svg=true)](https://ci.appveyor.com/project/aerispaha/swmmio/branch/master) ![example workflow](https://github.com/aerispaha/swmmio/actions/workflows/python-app.yml/badge.svg)