Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Jan 24, 2019
    • Gemma Guest's avatar
      Reduce number of arguments in function call · 078c46f3
      Gemma Guest authored
      Use the output names struct instead of passing members individually.
      Also tidy some broken comment lines
      
      Re #24564
      078c46f3
    • Gemma Guest's avatar
      Add unit tests for new behaviour · 94fd90bb
      Gemma Guest authored
      Changed behaviour:
      
      - Minor change to some tests to add Debug flag to ensure that IvsLam outputs that are being checked are actually created. For group workspaces this is currently true anyway at the moment but might not be going forward.
      
      Add new unit tests:
      
      - Check default output names are correct.
      - Check that user can override default names.
      - Check both with and without debug outputs.
      
      Also fixed ambiguous overload in reflectometry helpers.
      
      Re #24564
      94fd90bb
    • Gemma Guest's avatar
      Fix confusing variable naming · e3f6ded6
      Gemma Guest authored
      Make naming of binned workspace more consistent and remove use of unbinned
      
      Re #24564
      e3f6ded6
    • Gemma Guest's avatar
      Default output names are now set for group workspaces · 0a264e9f
      Gemma Guest authored
      Output names are based on the run number. For a group workspace, use the first child workspace's run number
      
      Re #24564
      0a264e9f
  2. Jan 21, 2019
  3. Jan 18, 2019
  4. Jan 17, 2019
  5. Jan 15, 2019
  6. Jan 14, 2019
  7. Jan 11, 2019
    • Antti Soininen's avatar
      Fix spectrum joining ConjoinXRuns · 1141f9a4
      Antti Soininen authored
      We should not ask blocksize while other threads might be swapping the
      contents of the histograms.
      
      Re #24462
      1141f9a4
    • Antti Soininen's avatar
      Cleanup histogram data usage · 5b12e171
      Antti Soininen authored
      Touches some 'obvious' cases where histograms were misused.
      
      - Replace copies by references to x, y and e histogram data
      - Use setSharedX, setSharedY, setSharedE instead of manually copying the
      values
      - std::move vector data to histograms
      - Fix off-by-one errors in SaveReflThreeColumnAsciiTest,
      SaveReflCustomAsciiTest, SaveANSTOAsciiTest and ISISEnergyTransfer
      - Fix issues in RefAxisTest
      
      Re #24462
      5b12e171
  8. Jan 10, 2019
    • Peterson, Peter's avatar
      Do not double declare properties · 6d26d73f
      Peterson, Peter authored
      Since there are lots of output workspaces declared on the fly, make sure
      they are not declared before declaring. The main time this happens is
      when the "keep dialog open" box is checked in the algorithm dialog.
      
      Refs #24461
      6d26d73f
  9. Jan 09, 2019
  10. Jan 08, 2019
  11. Jan 07, 2019
Loading