Skip to content
Snippets Groups Projects
Commit a511a755 authored by Marco Luigi Gaibotti's avatar Marco Luigi Gaibotti
Browse files

[documentation][unit-test] Removed !NOTE from README

parent 5d8d40f3
Branches
No related tags found
Loading
Pipeline #11049 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment