Skip to content
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

Testing Suite #845

Open
cjuracek opened this issue Oct 12, 2023 · 0 comments
Open

Testing Suite #845

cjuracek opened this issue Oct 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cjuracek
Copy link

Is your feature request related to a problem? Please describe.

The correctness of this code is semi-critical for my usage. Without tests, we have no way of verifying that the code is working. One could argue that good performance results are a strong suggestion of working code. I would counter with the > 1 issues citing poor performance, and the fact that a neural network may still learn even if bugs are present.

Describe the solution you'd like

A testing suite able to be executed via Pytest.

Describe alternatives you've considered

I suppose the only other alternative is using untested code. But I don't need to elaborate on why this isn't a great idea.

I would be willing to assist in this. But I'd like to make sure there's interest first, or see if I'm missing any context here.

@cjuracek cjuracek added the enhancement New feature or request label Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant