This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 31, 2020
-
-
Harriet Brown authored
This Commit fixes failing system tests in ISIS powder polaris. re: #28415
-
- Mar 30, 2020
-
-
David Fairbrother authored
Creates new tab names correctly on non-GNOME enrionvments for Ubuntu. KDE automatically binds keyboard shortcuts, which Qt represents with &x (where x is the shortcut). This breaks the name lookup as &New != New in "New Tab". We now strip out these characters when looking up the names fixing the names not incrementing correctly.
-
- Mar 27, 2020
-
-
Conor Finn authored
-
Harriet Brown authored
This commit adds the changes to the release notes for the changes to rebinning in polaris create pdf. It also adds the changes to the script documentation.
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
Removes all of the from __future__ imports that open and close the brackets on the same line. This is most of them.
-
- Mar 26, 2020
-
-
Nick Draper authored
-
Matthew Andrew authored
-
Nick Draper authored
-
Danny Hindson authored
Miscellaneous code review comments to add comments, remove redundant brackets Also added comment to the sample environment concept page to explain where Mantid will search for the attenuation profile file
-
- Mar 24, 2020
-
-
Harriet Brown authored
This commit adds release notes detailing the change of output names from Polaris.create_total_scattering_pdf re: #28414
-
Conor Finn authored
-
- Mar 23, 2020
-
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Danny Hindson authored
While the primary use of the new attenuation profile file feature is expected to be via the sample environment xml file, it also makes sense to add it into any algorithms where the material properties can be specified. So I've added a new attenuation profile parameter to the SetSampleMaterial and LoadSampleEnvironment algorithms. The validations on these algorithms means they can't be called using postional arguments so have inserted the new parameter in the logical place next to the absorption cross section Have updated the docs to explain how the attenuation profile file is used
-
- Mar 22, 2020
-
-
Danny Hindson authored
Change absolute to absorption in comment against cross section types Clarify formula in Materials concept page
-
- Mar 20, 2020
-
-
Nick Draper authored
Also updated class_maker.py
-
- Mar 18, 2020
-
-
Conor Finn authored
-
Conor Finn authored
-
- Mar 17, 2020
-
-
Danny Hindson authored
cmake add_custom_command is only run if any of the listed outputs is missing or if any of the dependencies are out of date. If any of the documentation .rst files is changed this didn't cause the custom command to run. I've changed this so the command always runs by adding an extra dummy output file that doesn't ever get created. The sphinx builder has some incremental build functionality inside it so this will identify whether any .rst files have changed Note - I also had to set the cmake source file property to SYMBOLIC to avoid the following Visual Studio warning which was added in Visual Studio 2019 (v16.4): warning MSB8065: Custom build for item XXXX succeeded, but specified output "c:\mantid\build\docs\dummyoutput_alwaysrun" has not been created. This may cause incremental build to work incorrectly.
-
- Mar 13, 2020
-
-
Martyn Gigg authored
The sphinx.util.logging framework was not available in version 1.2 that is currently used by RHEL 7. This wraps the calls and chooses an appropriate implementation.
-
- Mar 12, 2020
-
-
Alice Russell authored
Co-Authored-By:
Harrietbrown <49688535+Harrietbrown@users.noreply.github.com>
-
Gigg, Martyn Anthony authored
They have low to zero usage and at this point are just a maintenance burden. They do not work in workbench and are not worth the effort to port. In the future it would be better to replace input in workbench with a function that raises a generic QInputDialog.
-
- Mar 11, 2020
-
-
Anthony Lim authored
-
- Mar 10, 2020
-
-
Alice Russell authored
This includes docs for ThermalNeutronBk2BkExpAlpha, ThermalNeutronBk2BkExpBeta, ThermalNeutronBk2BkExpSigma and ThermalNeutronDtoTOFFunction
-
Alice Russell authored
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Matthew Andrew authored
-
Nick Draper authored
-
Alice Russell authored
-
Daniel Murphy authored
-
Daniel Murphy authored
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
- Mar 09, 2020
-
-
Gigg, Martyn Anthony authored
Refs #27883
-
Daniel Murphy authored
-
Matthew Andrew authored
-
Matthew Andrew authored
-
Matthew Andrew authored
-