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 27, 2020
-
-
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.
-
- 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
-
- Mar 20, 2020
-
-
Nick Draper authored
Also updated class_maker.py
-
- Mar 18, 2020
-
-
Conor Finn authored
-
Conor Finn authored
-
- 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
-
- Mar 09, 2020
-
-
Gigg, Martyn Anthony authored
Refs #27883
-
Daniel Murphy authored
-
Matthew Andrew authored
-
Matthew Andrew authored
-
Matthew Andrew authored
-
Daniel Murphy authored
-
Danny Hindson authored
-
- Mar 06, 2020
-
-
Gemma Guest authored
Re #28236
-
Gemma Guest authored
Re #28236
-
Danny Hindson authored
-
Daniel Murphy authored
-
Daniel Murphy authored
-
Daniel Murphy authored
-
Daniel Murphy authored
-
Daniel Murphy authored
-
Daniel Murphy authored
-
- Mar 05, 2020
-
-
Phil Colebrooke authored
-
Daniel Murphy authored
-
Danny Hindson authored
-
Daniel Murphy authored
-
Phil Colebrooke authored
-
Danny Hindson authored
This change fixes a problem in Workbench when setting columns to YErr Previously this only worked if all Y columns had an associated YErr column. If that wasn't the case then the associations between Y and YErr cols got mixed up I have saved the link between the YErr and Y column into the C++ table workspace object via changes to ITableWorkspace and the Column class I've also modified the model\view\presenter for the table workspace to set and get the link via the ITableWorkspace interface The code in marked_columns.py has been modified to remove the _add function because the logic required for adding x, y and yerr was sufficiently different that trying to push them through a common _add function was obscuring the code Finally I've removed the labelindex from the ErrorColumn object in the python code because it can be worked out on the fly (and I didn't want to have to save this also into the C++ table workspace in addition to the linked column index) As part of the test updates I have removed the test TableWorkspaceDisplayModelTest.test_initialise_marked_columns_yerr_before_y_doesnt_mark_yerr because we do require the ability to add a yerr column before the corresponding y column The model gets refreshed whenever the C++ table workspace is updated (eg when the type of a column is updated) as part of a replace_workspace call. The model __init__ function builds up the column set left to right and a user may have set up a Y err column which is to the left of the corresponding Y column.
-
- Mar 04, 2020
-
-
Stephen Smith authored
-