This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 27 Jul, 2020 1 commit
-
-
Gagik Vardanyan authored
Remove reversible masking
-
- 24 Jul, 2020 7 commits
-
-
Nick Draper authored
Add a sector shape to the instrument viewer
-
Gagik Vardanyan authored
Raw data bugs in muon analysis
-
Nick Draper authored
Add fitting capability to Eng Diff UI fitting tab
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
Gagik Vardanyan authored
Add lower bound to Delta function in Indirect data analysis
-
Gagik Vardanyan authored
Prevent workbench settings appearing off screen
-
- 23 Jul, 2020 2 commits
-
-
Gigg, Martyn Anthony authored
Avoid changing behaviour of __round__ in numpy 1.19 in doc tests
-
Martyn Gigg authored
In numpy 1.19 __round__ changed to be consistent with the Python builtin round() function so that an int is returned if no digits are passed. Docs tests need to run with multiple Python versions so we avoid this by explicitly specifying how floats are printed rather than rounding them
-
- 22 Jul, 2020 18 commits
-
-
Whitfield, Ross authored
Re #29021. Fix temporary workspace validation.
-
Anthony Lim authored
-
Savici, Andrei T authored
Co-authored-by:
Harrietbrown <49688535+Harrietbrown@users.noreply.github.com>
-
Gigg, Martyn Anthony authored
Add missing imports from gcc 10
-
Nick Draper authored
-
Nick Draper authored
-
Anthony Lim authored
-
Peterson, Peter authored
-
Anthony authored
-
Nick Draper authored
-
Nick Draper authored
As this was a modal form it could cause real problems if it appears off screen.
-
Simon Heybrock authored
Update FDA plotting and fitting
-
Anthony Lim authored
-
RichardWaiteSTFC authored
-
Nick Draper authored
Co-authored-by:
Conor Finn <47181718+ConorMFinn@users.noreply.github.com>
-
Nick Draper authored
Co-authored-by:
Conor Finn <47181718+ConorMFinn@users.noreply.github.com>
-
Mathieu Tillet authored
If by chance the sector was reduced to a point, the scaling (obviously) failed. It is fixed by preventing the outer radius from going to zero, thus ensuring the sector cannot be a point.
-
Mathieu Tillet authored
-
- 21 Jul, 2020 12 commits
-
-
StephenSmith25 authored
-
Gigg, Martyn Anthony authored
-
YannickMeinerzhagen authored
Co-authored-by:
StephenSmith25 <56431339+StephenSmith25@users.noreply.github.com> Co-authored-by:
Yannick <ymeinerzhagen@web.de>
-
Gagik Vardanyan authored
Correct return type in sip declaration
-
DavidFair authored
Typo corrections to PythonInMantid Documentation
-
David Fairbrother authored
Defaults the constructor which was copying all fields anyway and removes the user provided impl
-
David Fairbrother authored
Adds back operator= which got removed incorrectly for FixedLengthVector and uses the CAS idiom whilst were at it Removes the protector destructor, since this prevents the compiler default move consturctor from destructing the object
-
Gigg, Martyn Anthony authored
Setting up a new macOS builder gave segfaults when MantidPlot was shutting down. The debugger pointed to the interpreter dock already having been deleted by Python before the C++ closeEvent line 'delete m_interpreterDock'. The assumption is that the return type not being marked as a pointer confused sip and forced it to take ownership and delete it. We fix the return type and this has fixed the segfault
-
Daniel Murphy authored
-
Mathieu Tillet authored
Because that's better than loading degrees as radians Also, 0 mod 360 = 0, not 360
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-