This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Dec 12, 2019
-
-
Conor Finn authored
- Remove repeated searching checks - Split test into reasonable chunks - Make rb_num naming consistent
-
Conor Finn authored
-
Conor Finn authored
-
- Dec 11, 2019
-
-
Conor Finn authored
-
Conor Finn authored
Vanadium output files are now saved to the user directory if an RB number is specifies so that users can have all of the generated data from processing.
-
Conor Finn authored
Focusing now saves as .gss, .nxs, and .dat files.
-
Conor Finn authored
-
Conor Finn authored
Now using sample instead of a mix of both of these.
-
Conor Finn authored
-
Conor Finn authored
-
Gigg, Martyn Anthony authored
Add Ability to Load Existing Calibration into Engineering Diffraction UI
-
Gigg, Martyn Anthony authored
Add normalisation by bin width for 2d plots in workbench
-
- Dec 10, 2019
-
-
Conor Finn authored
Before, the setEnabled method was written into the MWRunfiles class instead of simply using the one that is part of Qt that disables all sub-widgets anyway.
-
Alice Russell authored
-
Gigg, Martyn Anthony authored
Fix crash when opening script with syntax error
-
Alice Russell authored
-
Dan Nixon authored
Move axis functions from curves tab widget presenter to figure errors manager
-
Gigg, Martyn Anthony authored
Attach muon plotting to GUI
-
- Dec 09, 2019
-
-
Hahn, Steven authored
Fix test failure on RHEL 7 when not using UTC timezone
-
Alice Russell authored
When opening a script with an import (including the default ones) and a syntax error it caused a crash. This occured due to the code completion failing to parse the import An extra check has been added to avoid the crash
-
Conor Finn authored
If the test is run in an environment not using the UTC timezone, then the test could fail due to a the conversions to the C++ DateAndTime followed by numpy printing the result in the local timezone. This was only occuring on machines running an ealier version of numpy than 1.11 due to this change: https://docs.scipy.org/doc/numpy/reference/arrays.datetime.html#changes-with-numpy-1-11
-
Alice Russell authored
When normalising it is very difficult to see if the graph is normalized. This commit changes the title to be the counts axis label used in 1d plots
-
Martyn Gigg authored
-
Dan Nixon authored
Bump Minimum CMake to 3.13
-
Dan Nixon authored
Add SANS to LOQ sys tests filenames
-
Dan Nixon authored
Replace hardcoded index for MergeSpectra in polaris create_total_scattering_pdf
-
- Dec 06, 2019
-
-
Gemma Guest authored
Add enum34 backport to RHEL rpm
-
Gemma Guest authored
Fix remaining memory leaks in C++ tests
-
Gemma Guest authored
Abins: fix compatibility with CRYSTAL17 molecular calculations
-
Conor Finn authored
-
Conor Finn authored
Before, the file finders (MWRunFiles) could only be made read-only, which did not grey out the text field, just the browse button. This option has been added and used instead for the file inputs that should not be used.
-
Conor Finn authored
Loading the vanadium to be used later on makes more sense to do at this stage than at the start of the focusing step.
-
Conor Finn authored
The calibration parameter table that is generated when creating a new calibration is now loaded back into mantid from the file as a table workspace, rather then just working in the background.
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
Parts of the UI that do not do anything are now greyed out to avoid confusion. The returned values from the load are also added to the new calibration boxes to show that the load has succeeded.
-
Conor Finn authored
Loading an existing calibration from the GSAS parameter files now reloads the calibration from the information stored in the file.
-
Conor Finn authored
-
Conor Finn authored
-
StephenSmith25 authored
-