Skip to content

Commit

Permalink
Added CITATION.cff file to address pyswmm#293
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuahin committed Sep 3, 2021
1 parent 4c80dc1 commit 9eefcb1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Bryant"
given-names: "McDonnell"
orcid: "https://orcid.org/0000-0002-6250-2220"
- family-names: "Katherine"
given-names: "Ratliff"
orcid: "https://orcid.org/0000-0003-1410-2756"
- family-names: "Michael"
given-names: "Tryby"
orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Jennifer"
given-names: "Wu"
orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Abhiram"
given-names: "Mullapudi"
orcid: "https://orcid.org/0000-0000-0000-0000"
title: "PySWMM: The Python Interface to Stormwater Management Model (SWMM)"
version: 1.0.1
doi: 10.21105/joss.02292
date-released: 2020-08-04
url: "https://github.com/OpenWaterAnalytics/pyswmm"
2 changes: 1 addition & 1 deletion pyswmm/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ def get_Result(self, element_type, TimeInd, IDName=None):
# Run Tests

# Open
path = r"C:\PROJECTCODE\pyswmm\pyswmm\tests\data\model_node_inflows.out"
path = r"C:\Projects\pyswmm\pyswmm\tests\data\model_node_inflows.out"
Test = SWMMBinReader()
Test.OpenBinFile(path)

Expand Down

0 comments on commit 9eefcb1

Please sign in to comment.