This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 31, 2020
-
-
Harriet Brown authored
This Commit fixes failing system tests in ISIS powder polaris. re: #28415
-
- Mar 27, 2020
-
-
Harriet Brown authored
this commit adds system tests covering the new rebin options in the polaris create total scattering script. re: #28415
-
Harriet Brown authored
This commit adds the changes to the release notes for the changes to rebinning in polaris create pdf. It also adds the changes to the script documentation.
-
Harriet Brown authored
This commit adds an option to rebin the focused/merged workspace with a delta_q paramiter in polaris create pdf. re: #28415
-
Harriet Brown authored
This commit changes the method of rebinning the output pdf from Polaris create pdf to use delta_r (as used in the PDFFourierTransform algorithm) instead of the rebin algorithm.
-
- Mar 26, 2020
-
-
Gigg, Martyn Anthony authored
Change output ws names in Polaris.create_total_scattering_pdf
-
Nick Draper authored
Emit Kafka exception msg when err callback used
-
Nick Draper authored
Add quotes to Span patching step, in case there are spaces
-
Nick Draper authored
Update sanitizers to use compiler instrumentation
-
Harriet Brown authored
This commit removes a print statement initial added for debugging that was missed on cleaning up before pushing.
-
Gigg, Martyn Anthony authored
Determine the total number of detectors used in the spectrum info
-
- Mar 25, 2020
-
-
David Fairbrother authored
Adds clangd to the gitignore, this is generated by using the language server on a source dir in VS code
-
David Fairbrother authored
Fixes sanitizers not switching off if USE_SANITIZER was set to off. Additionally gets rid of a space between LSAN_OPTIONS and the actual options, which was causing the suppressions file to be ignored.
-
David Fairbrother authored
Previously Kafka dropped the exception and just incremented using the same callback our wait. This will now print the exception message associated, so we can distinguish between a successful and failed callback in unit test logs. I could have made it so that the exception is thrown in the main thread by taking a s_ptr. However it quickly becomes unweildly for a simple probe, and we only gain the stack trace - which was already lost when extractData re throws the exception.
-
Gagik Vardanyan authored
Move FileDescriptor and NexusDescriptor includes to derived classes
-
- Mar 24, 2020
-
-
Peterson, Peter authored
Avoid extra multiply in Plus and Minus
-
Hahn, Steven authored
Added Mantid::NeXus::NexusHDF5Descriptor class caching metadata
-
William F Godoy authored
Populates Metadata entries in constructor Internal reference accessible in public function Added unit test Address CI issue with POSIX strdup function
-
Gigg, Martyn Anthony authored
Improve Outputs When Focusing in Eng Diff 2 GUI
-
Gigg, Martyn Anthony authored
Change Algorithm State tracking
-
Harriet Brown authored
This commit adds release notes detailing the change of output names from Polaris.create_total_scattering_pdf re: #28414
-
David Fairbrother authored
-
Harriet Brown authored
This commit adds lines in generate_ts_pdf to change the names of the workspaces produced as a result from the function. re: #28414
-
Nick Draper authored
-
Nick Draper authored
-
Conor Finn authored
Co-Authored-By:
StephenSmith25 <56431339+StephenSmith25@users.noreply.github.com>
-
David Fairbrother authored
Adds quotes to the patching step for span in case there are spaces in the path causing it to fail
-
- Mar 23, 2020
-
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Gigg, Martyn Anthony authored
Stop for loop in Rebin2D asking for next element after the last bin
-
Gigg, Martyn Anthony authored
Remove extra indents that were causing Flake8 Jenkins failure
-
Danny Hindson authored
-
Gigg, Martyn Anthony authored
Makes clang-format parallel where possible
-
Gigg, Martyn Anthony authored
Update google test / span
-
Gigg, Martyn Anthony authored
Make python targets runnable on MSVC IDE
-
Dan Nixon authored
Refactored Track to use boost::container::small_vector with optimised vector size
-
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
Update copyright to include CSNS
-
David Fairbrother authored
Exits the sanitizer build on first exit, since Ctest is the handler it will continue to schedule other tests, but mark the current test as failed this way.
-
David Fairbrother authored
Updates the CMake configuration to set our debugging targets. This means a user can debug Workbench or System tests, which have a python entry point, directly from the MSVC IDE.
-