Thank you so much for your excellent work! I'm trying to deploy the environment on my server, after successfully following the INSTALLATION.md doc, I got this error after running pytest:
(habitat-llm) root@launcher:~/partnr-planner# python -m pytest habitat_llm/tests -v
======================================================================================= test session starts ========================================================================================
platform linux -- Python 3.9.2, pytest-8.3.5, pluggy-1.6.0 -- /root/miniconda3/envs/habitat-llm/bin/python
cachedir: .pytest_cache
rootdir: /root/partnr-planner
configfile: setup.cfg
plugins: hydra-core-1.3.2, typeguard-4.4.2, anyio-4.9.0
collected 81 items
habitat_llm/tests/test_cg_graph.py::test_reading_cg PASSED [ 1%]
habitat_llm/tests/test_constrained_generation.py::test_grammar_generation (habitat-llm) root@launcher:~/partnr-planner#
The test unexpectedly terminated without any error information output. Do you have a clue how I may fix it? Thanks in advance!
Thank you so much for your excellent work! I'm trying to deploy the environment on my server, after successfully following the INSTALLATION.md doc, I got this error after running pytest:
The test unexpectedly terminated without any error information output. Do you have a clue how I may fix it? Thanks in advance!