<!--- Provide a general summary of your changes in the Title above -->
<!--- Describe your changes in detail, including motivation and context -->
## Description
<!--- Describe your changes in detail -->
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #
Fixes #
## Related Issue
## Related Issue(s)
<!--- This project only accepts pull requests related to open issues -->
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
<!--- Please link to the issue here: -->
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- Please link to related issue(s) here: -->
## Types of changes
## Types of changes
@ -37,8 +25,6 @@ Fixes #
- [ ] New feature (non-breaking change which adds functionality)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
**Special notes for your reviewer**:
## Release note
## Release note
<!-- Write your release note:
<!-- Write your release note:
1. Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required".
1. Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required".
@ -51,11 +37,7 @@ Fixes #
## Prerequisites:
## Prerequisites:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] I have read the **CONTRIBUTING.md** document.
- [ ] I have read the **CONTRIBUTING.md** document and followed the guidelines there.
- [ ] This code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have opened an issue for corresponding changes to documentation (OR no doc changes required)
- [ ] My changes generate no new warnings
- [ ] I have added appropriate tests that prove my change is effective
- [ ] I have added appropriate tests that prove my change is effective
- [ ] New and existing tests pass locally with my changes