-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing unit tests #3
Comments
I've been going through the unit tests. I've fixed a handful of minor bugs and eliminated a number of classes that never worked. I created the test cases, attempt to implement the algorithm and never succeeded for one reason or another. I've eliminated PAPIteration and HyperbolicIteration. I never could make these algorithms reliable. I've eliminated Proza96. It almost worked and I never found the time to fix it. There were a couple of bugs wrt parsing chemical formulas in screwball edgecases. Most of the time parsing worked just fine. |
Indeed and even if the results differ from a third-party example, it becomes difficult to know which implementation is correct. I think regression tests are useful to assess whether a code change has an unexpected impact on other parts of the code. Sorry if I gave you more work. I just wanted to make sure all the tests pass before submitting any new pull request. |
I was trying to run all the unit tests and I get 9 errors and 44 failures. The first 5 are below and I attached the full test report. I was wondering whether this is expected. I am running Java 14 Adopt OpenJDK (hotspot) on Ubuntu 20.04.
src 20200612-124120.txt
The text was updated successfully, but these errors were encountered: