generated from neutrons/python_project_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch mantid to mantidworkbench (#12)
* switch mantid to mantidworkbench Signed-off-by: Jose Borreguero <[email protected]> * updated pull request template Signed-off-by: Jose Borreguero <[email protected]> * add release notes Signed-off-by: Jose Borreguero <[email protected]> --------- Signed-off-by: Jose Borreguero <[email protected]>
- Loading branch information
Showing
3 changed files
with
31 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,26 @@ | ||
# Description of the changes | ||
|
||
|
||
Check all that apply: | ||
- [ ] added [release notes](https://github.com/neutrons/usansred/blob/next/docs/source/releases.rst) (if not, provide an explanation in the work description) | ||
- [ ] updated documentation | ||
- [ ] Source added/refactored | ||
- [ ] Added unit tests | ||
- [ ] Added integration tests | ||
- [ ] Verified that tests requiring the /SNS and /HFIR filesystems pass without fail | ||
|
||
**References:** | ||
- Links to IBM EWM items: | ||
- Links to related issues or pull requests: | ||
|
||
# Manual test for the reviewer | ||
<!-- Instructions for testing here. --> | ||
|
||
# Check list for the reviewer | ||
- [ ] [release notes](https://github.com/neutrons/usansred/blob/next/docs/source/releases.rst) updated, or an explanation is provided as to why release notes are unnecessary | ||
- [ ] best software practices | ||
+ [ ] clearly named variables (better to be verbose in variable names) | ||
+ [ ] code comments explaining the intent of code blocks | ||
- [ ] All the tests are passing | ||
- [ ] The documentation is up to date | ||
- [ ] code comments added when explaining intent | ||
- | ||
# Check list for the pull request | ||
- [ ] source refactored/incremented | ||
- [ ] tests for my changes | ||
- [ ] updated the documentation accordingly | ||
|
||
# References | ||
<!-- Links to related issues or pull requests --> | ||
<!-- Links to IBM EWM items if aaplicable --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,9 @@ channels: | |
dependencies: | ||
- python=3.10 | ||
- versioningit | ||
- mantid=6.9.1 | ||
- numpy | ||
- scipy | ||
- mantidworkbench=6.9.1 | ||
- pandas | ||
- xlsxwriter | ||
- matplotlib | ||
- pip | ||
- pip: | ||
- git+https://github.com/peterfpeterson/[email protected] | ||
|