This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 04 Mar, 2020 1 commit
-
-
Gigg, Martyn Anthony authored
-
- 03 Mar, 2020 18 commits
-
-
Gigg, Martyn Anthony authored
Fix colorbar ticks not appearing in instrument view
-
Nick Draper authored
FQ multiple inputs crashes when more than one file is loaded
-
Nick Draper authored
Merge pull request #28167 from mantidproject/28049_exception_when_removing_spectra_in_multidataset_fit Exception when sequentially fitting after removing spectra in multidataset fit
-
Nick Draper authored
Add tolerance to polris chopper mode selection
-
Phil Colebrooke authored
-
Elliot Oram authored
-
Nick Draper authored
Merge pull request #28169 from mantidproject/28104_issues_with_data_analysis_plot_scaling_with_range_change Disable context menu on Indirect data analysis fitting tabs.
-
Nick Draper authored
Remove 'None' title in the legend of 1D plots
-
Nick Draper authored
Elemental analysis bugs
-
Nick Draper authored
Also catch IndexError for numpy array access with bool
-
Nick Draper authored
IndexProperty - Append bad index to out of range exception
-
Nick Draper authored
Merge pull request #28138 from mantidproject/27789_failing_performance_test_IntegrateEllipsoidsWithSatellitesTestPerformance Update values for performance test related to IntegrateEllipsoids
-
Phil Colebrooke authored
-
Harriet Brown authored
This commit adds a reason for the context menu being disabled in this release. re: #28104
-
Elliot Oram authored
This is required to still automatically select mode when the chopper frequency may have spin up/down values
-
Matthew Andrew authored
These exceptions were not handled further up. Upon investigation there is no handling necessary so I have changed them to logger warnings instead.
-
Stephen Smith authored
-
Harriet Brown authored
This commit fixes formatting issues raised from clang formatting.
-
- 02 Mar, 2020 21 commits
-
-
Gagik Vardanyan authored
Just make sure the generator script is also fixed if it is necessary.
-
Phil Colebrooke authored
-
Alice Russell authored
-
Harriet Brown authored
This commit add a record of the context menu being disabled in the indirect data analysis gui. re: #28104
-
Harriet Brown authored
This Commit disables the context menu in indirect data analysis in workbench. This is to prevent crashes and other bugs that result form the plat widget not properly communicating with the interface. re: #28104
-
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
-
Anthony authored
-
Gigg, Martyn Anthony authored
Remove extra none in the legend of 1D plots
-
Harriet Brown authored
This commit disables the context menu in the fit plot widgets in Indirect Data Analysis, this is because the plot is not properly communicating with the rest of the gui that can result in crashes. re: #28104
-
Gigg, Martyn Anthony authored
-
Matthew Andrew authored
This is a quick fix to to replace the fact that previously the fits were always updated using the zero table index. In the longer term there is a lot of tidying up to be done in the multi-input code.
-
Matthew Andrew authored
-
Matthew Andrew authored
-
Matthew Andrew authored
Previously changeing the selected data was emitting spectrum changed rather than data changed meaning that not everything which needed to be updated was being updated.
-
Matthew Andrew authored
Multiple input can be either width or EISF data. Therefore in line with the old functionality in this mode the full range of fitting functions are enabled.
-
Matthew Andrew authored
Updates single input so that it only fits one spectrum at a time. Updates multiple inputs so that you can load spectrum from more than one workspace at a time.
-
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
-