mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
better logging for devex
This commit is contained in:
parent
3a85ede8ba
commit
9bd299b3ef
4 changed files with 29 additions and 2 deletions
|
|
@ -205,7 +205,7 @@ def test_init_requires_teacher_server_source(monkeypatch):
|
|||
teacher_enabled=True,
|
||||
teacher_top_k=0,
|
||||
)
|
||||
with pytest.raises(ValueError, match="teacher_enabled=True requires"):
|
||||
with pytest.raises(ValueError, match="no teacher server configuration was provided"):
|
||||
_ConcreteTeacherEnv(
|
||||
config=config,
|
||||
server_configs=[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue