Skip to content

Commit

Permalink
Release v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltimbo committed Nov 5, 2024
1 parent 0de7038 commit 8c76139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ccp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
if not _library_path.is_file():
_warnings.warn(f"{_library_path}.\nREFPROP not configured.")

__version__ = "0.3.10"
__version__ = "0.3.11"

__version__full = (
f"ccp: {__version__} | "
Expand Down
2 changes: 1 addition & 1 deletion ccp/tests/test_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def test_evaluation_calculate_points_delta_p_flag():

# remove invalid values
df_results = df_results[df_results.valid]
assert_allclose(df_results["delta_eff"].mean(), 0.111338, rtol=1e-2)
assert_allclose(df_results["delta_eff"].mean(), 11.096486, rtol=1e-2)

def test_evaluation_calculate_points_delta_p_3_values():
data_path = Path(ccp.__file__).parent / "tests/data"
Expand Down

0 comments on commit 8c76139

Please sign in to comment.