Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Oct 05, 2015
  2. Dec 16, 2014
  3. Mar 10, 2014
    • Keith Brown's avatar
      Refs #9152 Error message less misleading · 235945d8
      Keith Brown authored
      Even though before the error was okay, it wasn't clear to someone who didn't know about rebinning, nor was it always correct like in the case of "first boundary, width, last boundary, width, last boundary" as there are an odd number of boundary values.
      
      The error now states that the number of parameters must be odd as this is what it checks for in the validator, and would mean that the correct number of boundaries is present.
      235945d8
  4. Apr 19, 2012
  5. Oct 31, 2011
  6. Jan 28, 2011
  7. Dec 29, 2010
  8. Dec 09, 2010
  9. Aug 10, 2010
  10. May 15, 2010
  11. Mar 17, 2010
    • Russell Taylor's avatar
      Rebinning previously made sure that the very last bin was not less than 25% of... · 893ff427
      Russell Taylor authored
      Rebinning previously made sure that the very last bin was not less than 25% of the width of the penultimate bin. Now this check is applied at the transition between each range in a rebinning that has multiple binning regimes (i.e. the rebin parameter string has more than just 3 elements).
      Also, added a check against zero bin width in the RebinParamsValidator. Re #1155.
      893ff427
  12. Oct 02, 2009
Loading