diff --git a/tests/test_init.py b/tests/test_init.py index bb509f9..2dec0f5 100644 --- a/tests/test_init.py +++ b/tests/test_init.py @@ -6,8 +6,4 @@ def test_boot_argos(): """Test Argos translate models initialization""" boot() - print(package.get_installed_packages()) - assert len(package.get_installed_packages()) > 2 - # Check length models? - # assert 0.80 < scores['precision'] < 0.95 - + assert len(package.get_installed_packages()) > 2 \ No newline at end of file