This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 03, 2020
-
-
Elliot Oram authored
-
Elliot Oram authored
This is required to still automatically select mode when the chopper frequency may have spin up/down values
-
- Mar 02, 2020
-
-
Gagik Vardanyan authored
Just make sure the generator script is also fixed if it is necessary.
-
Gigg, Martyn Anthony authored
Merge pull request #28130 from mantidproject/28060_crash_when_adding_user_function_to_multi_dataset_gui Fix crash when adding a user function to the multi dataset fitting gui
-
Gigg, Martyn Anthony authored
Fix plotting in old Muon Analysis GUI
-
Gigg, Martyn Anthony authored
Remove extra none in the legend of 1D plots
-
Gigg, Martyn Anthony authored
-
Martyn Gigg authored
Mac-only eol characters confuse our checksum calculator and causes the IDF to be downloaded even when this is not necessary and the downloaded content matches the installed content
-
Alice Russell authored
-
Gagik Vardanyan authored
Fix crash with Indirect data analysis when spectra is removed
-
Gagik Vardanyan authored
Turn unhandled logic error into handled runtime_error
-
Gagik Vardanyan authored
Muon Analysis cleared fit results
-
StephenSmith25 authored
Co-Authored-By:
Conor Finn <47181718+ConorMFinn@users.noreply.github.com>
-
- Feb 29, 2020
-
-
Gigg, Martyn Anthony authored
-
- Feb 28, 2020
-
-
Anthony authored
-
Adam Washington authored
Attempting to use an improperly defined spectra range (e.g. 5-3) causes appendValue in PropertyHelper.h to throw a logic error. The gui alerts the user to runtime errors, but fails over on logic errors. We now catch the logic error and demote it to a runtime error.
-
Anthony Lim authored
-
Gigg, Martyn Anthony authored
Fixing Muon sequential TF asymmetry fits bug
-
Martyn Gigg authored
-
Nick Draper authored
Workbench: Redirect warnings module messages to mantid warning logger
-
Nick Draper authored
-
Nick Draper authored
Trap further exceptions when attempting to iterate over processes
-
Nick Draper authored
Make the help pages use the custom Mantid style sheet
-
Gigg, Martyn Anthony authored
Modified Metadata handling in LoadEventNexus
-
Gigg, Martyn Anthony authored
Fix issue related to the Log option from the double click axis menu
-
Danny Hindson authored
The help pages in MantidPlot and MantidWorkbench were not using the custom Mantid style sheet. This could be seen by the fact the hyperlinks were blue for example instead of green. These changes force the Qthelp pages to use the bootstrap theme by setting the options qthelp_theme and qthelp_theme_options which seem be be new in recent Sphinx versions. Previously Qthelp just shared the html_theme\html_theme_options settings with the Html help.
-
Gigg, Martyn Anthony authored
Merge pull request #28124 from mantidproject/28055_fix_function_crashes_when_adding_to_multi_domain_fitting Fix crash when adding some functions to multidataset fitting
-
Gigg, Martyn Anthony authored
Merge pull request #28127 from mantidproject/28079_error_changing_normalisation_on_single_spectra_plots Fix error when changing normalisation on single spectra plot from script
-
DanielMurphy22 authored
-
Martyn Gigg authored
-
William F Godoy authored
Reuse map from NeXus file getEntries prevents creation and destruction of std::map addressing clang-format
-
Harriet Brown authored
This commit fixes a bug that resulted in a crash when a spectra was removed from the selected spectra if there was no fit function selected. This bug resulted from the plot attempting to remove the fit function but not finding one. Re: #28086
-
Gigg, Martyn Anthony authored
Fix Beam Centre Only Working on LAB
-
Gigg, Martyn Anthony authored
Fix File Paths After Loading in Muon Analysis
-
Stephen Smith authored
-
StephenSmith25 authored
Add commit to force rebuild
-
Stephen Smith authored
The double click log option was performing a symlog, whereas the right click menu performed a log. This commit fixes this inconsistency
-
Stephen Smith authored
An extra none entry was appearing as None was being converted into a string, which happens in older versions of matplotlib
-
Martyn Gigg authored
In workbench warnings shown as errors mean't that any deprecation warnings would show as errors when in fact a script should still complete successfully. This captures them at the correct level.
-
Matthew Andrew authored
-