mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +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
|
|
@ -133,7 +133,7 @@
|
||||||
"filename": "README.md",
|
"filename": "README.md",
|
||||||
"hashed_secret": "a8253456364f1bfc7da7ae4a1db5b45d106317a5",
|
"hashed_secret": "a8253456364f1bfc7da7ae4a1db5b45d106317a5",
|
||||||
"is_verified": false,
|
"is_verified": false,
|
||||||
"line_number": 512
|
"line_number": 530
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"SLURM.md": [
|
"SLURM.md": [
|
||||||
|
|
@ -561,5 +561,5 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"generated_at": "2026-03-13T22:51:44Z"
|
"generated_at": "2026-03-14T00:43:09Z"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -205,7 +205,9 @@ def test_init_requires_teacher_server_source(monkeypatch):
|
||||||
teacher_enabled=True,
|
teacher_enabled=True,
|
||||||
teacher_top_k=0,
|
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(
|
_ConcreteTeacherEnv(
|
||||||
config=config,
|
config=config,
|
||||||
server_configs=[],
|
server_configs=[],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue