From 23da264369bc598d3b578a7cceb3affa45abfdf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davide=20Sandon=C3=A0?= Date: Thu, 26 Dec 2024 11:53:41 +0100 Subject: [PATCH] version bump --- pygasflow/_version.py | 2 +- tests/solvers/test_gas.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pygasflow/_version.py b/pygasflow/_version.py index 988e51f..67bc602 100644 --- a/pygasflow/_version.py +++ b/pygasflow/_version.py @@ -1 +1 @@ -__version__ = "1.3.dev" +__version__ = "1.3.0" diff --git a/tests/solvers/test_gas.py b/tests/solvers/test_gas.py index 8b415c0..5b735dc 100644 --- a/tests/solvers/test_gas.py +++ b/tests/solvers/test_gas.py @@ -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}")