Project neither has manual nor automated tests. This is alarming as it does not give any understanding of stability of this project. Also, automated tests can give us the confidence for no-breaking code after release, which has happened before.
Expecting automated tests for core part of the library. And manual tests for other significant parts. The models like neuron can not be directly tested but can have tests that knows expected result output and is already given with test specific input.
Once the tests are added there is a possibility of Continuous Integration and Continuous Delivery.
Project neither has manual nor automated tests. This is alarming as it does not give any understanding of stability of this project. Also, automated tests can give us the confidence for no-breaking code after release, which has happened before.
Expecting automated tests for
corepart of the library. And manual tests for other significant parts. The models likeneuroncan not be directly tested but can have tests that knows expected resultoutputand is already given with test specificinput.Once the tests are added there is a possibility of Continuous Integration and Continuous Delivery.