Skip to content

Commit

Permalink
This might work!
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiramm7 committed Jun 5, 2020
1 parent ad1dc5e commit 3d12f59
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
Binary file removed dist/pystorms-0.1.9.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/pystorms-0.3.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="pystorms",
version="0.1.9",
version="0.3.0",
description="Simulation Sandbox for the development and evaluation of stormwater control algorithms",
author="Abhiram Mullapudi, Sara C. Troutman, Sara Rimer, Branko Kerkez",
author_email="[email protected], [email protected]",
Expand Down
2 changes: 2 additions & 0 deletions tests/test_networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ def test_load_network():
assert "inp" == network[-3:]
network = pystorms.networks.load_network("theta")
assert "inp" == network[-3:]
network = pystorms.networks.load_network("zeta")
assert "inp" == network[-3:]
with pytest.raises(ValueError):
pystorms.networks.load_network("purushotham")

0 comments on commit 3d12f59

Please sign in to comment.