DirkToewe / nd4js

JS ND-Arrays inspired by NumPy.
GNU General Public License v3.0
31 stars 2 forks source link

Automated Testing #3

Open DirkToewe opened 4 years ago

DirkToewe commented 4 years ago

Testing on different platforms and browsers is a good idea, so is automatically testing pushes and pull requests. Travis CI offers free capacities for open source projects. Setting up automated testing should be one of the next steps for ND4JS.

The following issues with testing need to be fixed first:

DirkToewe commented 4 years ago

Every test is now roughly under 5sec while testing in parallel on a R9 3900X. A reproducible RNG is now supported but not all tests use it yet. The plan is to, step by step, replace Math.random in all unstable tests.