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

Empty test suite for model_zoo.tracking #641

Open
rossbar opened this issue Jan 10, 2023 · 1 comment
Open

Empty test suite for model_zoo.tracking #641

rossbar opened this issue Jan 10, 2023 · 1 comment
Labels
chore Maintenance

Comments

@rossbar
Copy link
Contributor

rossbar commented Jan 10, 2023

The linter pointed out that deepcell/model_zoo/tracking_test.py doesn't actually contain any tests. Perhaps this is because tests live in deepcell_tracking instead, or should we be focused on adding tests here?

@rossbar rossbar added bug Something isn't working chore Maintenance and removed bug Something isn't working labels Jan 10, 2023
@msschwartz21
Copy link
Member

This code is not covered by any tests in deepcell_tracking. Generally, writing tests for tensorflow models is a pain so I suspect no one got around to tackling the challenge in this case. If we were to work on it, the GNNTrackingModel would be the priority since the siamese_model is no longer used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance
Projects
None yet
Development

No branches or pull requests

2 participants