Last active
June 20, 2020 06:47
-
-
Save himkt/73503de80ea95f8de0041a86931cd9c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ssh -p 64537 3.81.79.237 | |
| circleci@e4cd4ad52982:~$ cd project/ | |
| .circleci/ .github/ .pytest_cache/ CODE_OF_CONDUCT.md Dockerfile MANIFEST.in dist/ examples/ optuna/ result/ setup.py swig-3.0.12.tar.gz venv/ | |
| .git/ .gitignore .readthedocs.yml CONTRIBUTING.md LICENSE README.md docs/ lightning_logs/ optuna.egg-info/ setup.cfg swig-3.0.12/ tests/ | |
| circleci@e4cd4ad52982:~$ cd project/ | |
| circleci@e4cd4ad52982:~/project$ . venv/bin/activate | |
| (venv) circleci@e4cd4ad52982:~/project$ python -m pytest tests/integration_tests/allennlp_tests/test_allennlp.py | |
| ====================================================================================================================================================================================================== test session starts ======================================================================================================================================================================================================= | |
| platform linux -- Python 3.6.10, pytest-5.4.3, py-1.8.2, pluggy-0.13.1 | |
| rootdir: /home/circleci/project | |
| collected 9 items | |
| tests/integration_tests/allennlp_tests/test_allennlp.py ......... [100%] | |
| ======================================================================================================================================================================================================== warnings summary ======================================================================================================================================================================================================== | |
| venv/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py:15 | |
| /home/circleci/project/venv/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py:15: DeprecationWarning: | |
| the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses | |
| tests/integration_tests/allennlp_tests/test_allennlp.py::test__set_param | |
| tests/integration_tests/allennlp_tests/test_allennlp.py::test_missing_config_file | |
| tests/integration_tests/allennlp_tests/test_allennlp.py::test_invalid_config_file | |
| tests/integration_tests/allennlp_tests/test_allennlp.py::test_invalid_param_name | |
| tests/integration_tests/allennlp_tests/test_allennlp.py::test_allennlp_executor | |
| tests/integration_tests/allennlp_tests/test_allennlp.py::test_allennlp_executor_with_include_package | |
| tests/integration_tests/allennlp_tests/test_allennlp.py::test_allennlp_executor_with_include_package_arr | |
| tests/integration_tests/allennlp_tests/test_allennlp.py::test_dump_best_config | |
| /home/circleci/project/optuna/_experimental.py:84: ExperimentalWarning: | |
| AllenNLPExecutor is experimental (supported from v1.4.0). The interface can change in the future. | |
| tests/integration_tests/allennlp_tests/test_allennlp.py::test_allennlp_executor | |
| tests/integration_tests/allennlp_tests/test_allennlp.py::test_allennlp_executor_with_include_package | |
| tests/integration_tests/allennlp_tests/test_allennlp.py::test_allennlp_executor_with_include_package_arr | |
| tests/integration_tests/allennlp_tests/test_allennlp.py::test_dump_best_config | |
| /home/circleci/project/venv/lib/python3.6/site-packages/allennlp/data/token_indexers/token_characters_indexer.py:61: UserWarning: | |
| You are using the default value (0) of `min_padding_length`, which can cause some subtle bugs (more info see https://github.com/allenai/allennlp/issues/1954). Strongly recommend to set a value, usually the maximum size of the convolutional layer size when using CnnEncoder. | |
| tests/integration_tests/allennlp_tests/test_allennlp.py::test_allennlp_pruning_callback | |
| tests/integration_tests/allennlp_tests/test_allennlp.py::test_allennlp_pruning_callback | |
| /home/circleci/project/optuna/_experimental.py:84: ExperimentalWarning: | |
| AllenNLPPruningCallback is experimental (supported from v2.0.0). The interface can change in the future. | |
| -- Docs: https://docs.pytest.org/en/latest/warnings.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment