Giter VIP home page Giter VIP logo

Comments (2)

DK96-OS avatar DK96-OS commented on September 25, 2024

This Test assertion failed recently: mathtools.generators.elements.ints.IntRangeElementGeneratedValuesTest.testRangeSize16(IntRangeElementGeneratedValuesTest.java:63)

The "Range Size 16" Test Case creates an IntRangeElement with an independent startValue, and dependent endValue that is 15 greater than startValue, such that there are 16 possible outcomes.

The input that fails is the one with input Parameter of Integer.MAX_VALUE (2147483632).

Aside Note: The duration of this test appears to vary greatly with input startValue, for this particular run, there is a range of 2 - 220 milliseconds.

The failed assertion is on the standard deviation of the generated values. There is an expected value of 10, and a tolerance of 4.5. These values were not determined mathematically, but through observation of many test runs.

This assertion has produced a high rate of failure following upgrade to Kotlin 1.8.0.

This is an indication that the underlying implementation of Random has changed.

from mathtools.

DK96-OS avatar DK96-OS commented on September 25, 2024

Consider that as long as a random number source is used in these tests, the standard deviation will fluctuate.

Recently, in #135 some tests were modified to check that the standard deviation is within some expected range without using an assertion. These tests will print to standard output when the standard deviation is outside of the expected limits. This should reduce the amount of interruption caused by these failing tests, without removing the ability to monitor changes in frequency of random outliers.

from mathtools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.