1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
## Description
Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.
Fixes # (issue/issues)
## How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
## Review Checklist:
[if using the editor, use `[x]` in place of `[ ]` to check a box]
**Documentation** (check at least one)
- [ ] There is **nothing** that needs documenting
- [ ] Documentation changes are **in this PR**
- [ ] There is an **issue** open for the documentation (link?)
**Installers**
- [ ] There is a chance this will affect the **installers**, if so
- [ ] **Windows** installer (GH artifact) has been tested (installed and worked)
- [ ] **MacOSX** installer (GH artifact) has been tested (installed and worked)
- [ ] **Wheels** installer (GH artifact) has been tested (installed and worked)
**Licensing** (untick if necessary)
- [x] The introduced changes comply with SasView license (BSD 3-Clause)
|