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}")