Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide-sd committed Dec 26, 2024
1 parent 57d2361 commit 23da264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pygasflow/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.dev"
__version__ = "1.3.0"
2 changes: 1 addition & 1 deletion tests/solvers/test_gas.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def test_print_gas_results(to_dict):


@pytest.mark.parametrize("to_dict", [True, False])
def test_print_gas_results(to_dict):
def test_print_ideal_gas_results(to_dict):
res1 = ideal_gas_solver("p", R=287.05, T=288, rho=1.2259, to_dict=to_dict)
print_ideal_gas_results(res1)
print_ideal_gas_results(res1, "{:.3f}")
Expand Down

0 comments on commit 23da264

Please sign in to comment.