mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-22 16:48:57 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
9bd299b3ef
commit
f053c77a62
2 changed files with 5 additions and 3 deletions
|
|
@ -205,7 +205,9 @@ def test_init_requires_teacher_server_source(monkeypatch):
|
|||
teacher_enabled=True,
|
||||
teacher_top_k=0,
|
||||
)
|
||||
with pytest.raises(ValueError, match="no teacher server configuration was provided"):
|
||||
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