You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
The linter pointed out that
deepcell/model_zoo/tracking_test.py
doesn't actually contain any tests. Perhaps this is because tests live indeepcell_tracking
instead, or should we be focused on adding tests here?The text was updated successfully, but these errors were encountered: