Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 733 Bytes

File metadata and controls

15 lines (12 loc) · 733 Bytes
 
1
Fixes # .
2
3
### Description
4
Sep 6, 2022
Sep 6, 2022
5
A few sentences describing the changes proposed in this pull request.
6
7
### Types of changes
8
<!--- Put an `x` in all the boxes that apply, and remove the not applicable items -->
Jul 10, 2020
Jul 10, 2020
9
- [x] Non-breaking change (fix or new feature that would not break existing functionality).
10
- [ ] Breaking change (fix or new feature that would cause existing functionality to change).
11
- [ ] New tests added to cover the changes.
Mar 11, 2021
Mar 11, 2021
12
- [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`.
Dec 24, 2021
Dec 24, 2021
13
- [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`.
Jul 10, 2020
Jul 10, 2020
14
- [ ] In-line docstrings updated.
15
- [ ] Documentation updated, tested `make html` command in the `docs/` folder.