From 37dd862b149d351b00d22e03185f41c4961094fe Mon Sep 17 00:00:00 2001 From: Ben Dudson Date: Sun, 28 Jan 2024 17:17:44 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: John Omotani --- doc/whats-new.md | 3 ++- integrated_tests/utils.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/whats-new.md b/doc/whats-new.md index b24b9a02..205f7dbf 100644 --- a/doc/whats-new.md +++ b/doc/whats-new.md @@ -10,10 +10,11 @@ Release history a rough grid to help visual inspection when option `follow_perpendicular_recover` is set to True (#175) - A `View` menu enables the grid plot to be customised, with cell edges, corners, - grid lines and other components. + grid lines and other components (#176). - `penalty_mask` is calculated and written to the grid file, based on intersection of the grid with the wall. This enables immersed boundary conditions. - Wall coordinates are written to output grid as `closed_wall_R` and `closed_wall_Z` + (#176) 0.5.2 (13th March 2023) ------------------------- diff --git a/integrated_tests/utils.py b/integrated_tests/utils.py index 3bcace35..7fa2ce95 100644 --- a/integrated_tests/utils.py +++ b/integrated_tests/utils.py @@ -17,7 +17,8 @@ "hypnotoad_inputs_yaml", "Python_version", "module_versions", - # Variables that have been added + # Variables that have been added. These entries can be removed if/when the + # expected output is re-generated. "penalty_mask", "closed_wall_R", "closed_wall_Z",