This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 26, 2020
-
-
Matthew Andrew authored
Without this check every plot was being dedrawn every time a workspace was deleted from the ADS leading to slowdowns.
-
Matthew Andrew authored
This function returns a bool which was previously being used to indicate two separate things. The return values could mean: * False: Either the workspace does not exist on the axis or it does but the axis is not empty after its' removal. * True: Workspace exists and was removed and axis is now empty This made the value not very useful for determining whether a call to remove_workspace_artists had removed anything. A grep of the code base returned that this return value was not currently being used anywhere except in MantidAxes.cpp where it was assumed to indicate whether anything had been removed. As you can easily check whether an axis is empty by other means I have changed the return value so that it indicates whether the call resulted in any change to the plot which is harder to divine by other means and brings this function in line with replace_workspace_artist.
-
Gigg, Martyn Anthony authored
Determine the total number of detectors used in the spectrum info
-
- Mar 25, 2020
-
-
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
-
David Fairbrother authored
-
Nick Draper authored
-
Nick Draper authored
-
Conor Finn authored
Co-Authored-By:
StephenSmith25 <56431339+StephenSmith25@users.noreply.github.com>
-
- 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
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.
-
Ayomide Bamidele authored
-
Nick Draper authored
-
- Mar 20, 2020
-
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
https://github.com/mantidproject/mantidNick Draper authored
# Conflicts: # Testing/SystemTests/tests/analysis/ErrorReporterServerTest.py
-
Nick Draper authored
Re-add commented out python 3 test code
-
Nick Draper authored
Eventlist: reserve capacity of the specified event type
-
Nick Draper authored
Remove ErrorReporterServerTest
-
Nick Draper authored
-
Conor Finn authored
Needed to add checks around makedirs(), throws an error if the directory already exists.
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
Also updated class_maker.py
-
David Fairbrother authored
Sets clang-format to run in parallel on build servers where the parallel package exists
-