1. 24 May, 2019 1 commit
    • Tatuya Kamada's avatar
      simulation: Test the divergence on Float Equivalence Tester with the epsilon-span by default · f7acbc67
      Tatuya Kamada authored
      Before:
       Float Equivalence Tester does not test the divergence even if Divergence Provider is ON
      
      After:
       Float Equivalence Tester test the divergence with the epsilon-span if Divergence Provider is ON
      
      Before, we needed the following condition to test the divergence at
      Float Equivalence Tester:
      
      "Divergence Provider is ON"  AND
      ("Absolute Tolerance has some value"  OR
       "Relative Tolerance has some value" )
      
      However this default behavior was not consistent with other testers, and
      difficult to notice from the user interface.
      Thus test the divergence by default with the epsilon span which is defined in
      FloatEquivalenceTester class.
      
      The epsilon-span is the same amount that when we put 0.0 into the ranges.
      The 0.0 has been the configuration of erp5_configurator_standard_trade_template.
      f7acbc67
  2. 22 May, 2019 11 commits
  3. 21 May, 2019 8 commits
  4. 20 May, 2019 1 commit
  5. 16 May, 2019 4 commits
  6. 15 May, 2019 5 commits
  7. 13 May, 2019 3 commits
  8. 10 May, 2019 1 commit
  9. 06 May, 2019 2 commits
  10. 03 May, 2019 4 commits