From a511a7555a2d9f9a7ab2d4ea6fa8bfc6930d80b9 Mon Sep 17 00:00:00 2001 From: Marco Luigi Gaibotti <marco.gaibotti@skywarder.eu> Date: Sun, 23 Feb 2025 19:46:28 +0000 Subject: [PATCH] [documentation][unit-test] Removed !NOTE from README --- unitTests/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/unitTests/README.md b/unitTests/README.md index dba971d1..00affb9e 100644 --- a/unitTests/README.md +++ b/unitTests/README.md @@ -82,8 +82,7 @@ The `saveTests.m` script allows users to generate and save test reference data. #### 💾 **Step 2: Save Test Data**: - Run the `saveTests.m` script: - - > [!NOTE] - For **`TestSimulator`**, define a verifiable string and execute the saving routine as shown in the following example: + - For **`TestSimulator`**, define a verifiable string and execute the saving routine as shown in the following example: ```MATLAB if opt.createTestSimulator verifiable = 'HRE'; @@ -91,8 +90,7 @@ The `saveTests.m` script allows users to generate and save test reference data. end ``` - - > [!NOTE] - For **`TestCommonFunctions`**, configure key parameters as shown in the following example: + - For **`TestCommonFunctions`**, configure key parameters as shown in the following example: ```matlab if opt.createTestCommonFunction -- GitLab