This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 30 Sep, 2020 9 commits
-
-
Kendrick, Coleman authored
-
Kendrick, Coleman authored
-
Gigg, Martyn Anthony authored
Add authors for release 5.1.0
-
Gemma Guest authored
Adding hollow cylinder integral tests
-
Gemma Guest authored
Reorganise the SystemTest directory to have a qt folder
-
Gemma Guest authored
Add check for zero vector in angle calculation of DetectorInfo
-
Gemma Guest authored
Adds stale bot config file
-
Harriet Brown authored
-
Gigg, Martyn Anthony authored
Fix Logarithm doc for Natural property
-
- 29 Sep, 2020 15 commits
-
-
Peterson, Peter authored
Add boxes to DGSPlanner layout
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
David Fairbrother authored
-
McDonnell, Marshall authored
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Gigg, Martyn Anthony authored
Diffraction loader for IN16B
-
Gigg, Martyn Anthony authored
Merge pull request #29407 from mantidproject/29390_EnsureUnitTestsPassWhenOnlyWorkbenchAndQt5IsBuilt Ensure unit tests pass when only workbench and qt5 is built
-
Gigg, Martyn Anthony authored
Add test comparing AbsorptionCorrection to the International Tables
-
Harriet Brown authored
-
mantid-builder authored
-
Gigg, Martyn Anthony authored
Fix remove workspaces in QENS interfaces
-
Stephen authored
This commit fixes the remove button in QENS interfaces. Firstly, the mutable spectra was returned by value and then modified, therefore not updating the stored data. Secondly, the data was removed using a forward iterator, which meant the next index to be removed was invalidated, meaning multiple selection removal would seg fault. Lastly, the case when all spectra have been removed had to be fixed, in this case we make sure the workspace is removed.
-
Harriet Brown authored
This commit fixes DetectorInfoTest to check for NaN when a invalid detector geometry is given and theta is attempted to be calculated. re: #29103
-
- 28 Sep, 2020 16 commits
-
-
Whitfield, Ross authored
Adding sphere integration tests
-
mantid-builder authored
-
Gagik Vardanyan authored
Fix key/completer handling in AddFunctionDialog
-
Gigg, Martyn Anthony authored
Fix Muon Analysis fit browser crash
-
Kendrick, Coleman authored
-
Kendrick, Coleman authored
-
Gigg, Martyn Anthony authored
Fix Windows package OpenGL issue over remote connection
-
Gigg, Martyn Anthony authored
Merge pull request #29628 from mantidproject/0_FixAnIssueWithRecentlyClosedScriptsThrowingErrorsWithGarbageData Recently Closed Scripts: TypeError handling where garbage data is gound
-
Stephen authored
Also in this commit plot guess is turned off by default when loading new data.
-
Tom Clayton authored
-
Kendrick, Coleman authored
-
Samuel Jones authored
-
Martyn Gigg authored
Added a view test to catch this behaviour Refs #29620
-
Harriet Brown authored
This Commit changes the return value for twotheta on detector info when an angle cannot be calculated to be NaN instead of 0.0 as it was pointed out that 0.0 is a value we could realistically be.
-
Harriet Brown authored
-
Harriet Brown authored
This Commit adds a check in detector info that catching runtime errors from V3D when calculation angles. This error appears often when working with polaris data which features detectors with l1 and l2 equal to zero but are not monitors. re: #29103
-