mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-25 17:10:42 +00:00
Fix typo in error message for resume type
This commit is contained in:
parent
abc9ad3c73
commit
8edfbe1de4
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ class Run:
|
|||
self._generate_configs()
|
||||
else:
|
||||
raise TypeError(
|
||||
f"Unsupportet type for 'resume', got {type(self.engine.resume)=}."
|
||||
f"Unsupported type for 'resume', got {type(self.engine.resume)=}."
|
||||
)
|
||||
|
||||
def _calc_max_steps(self) -> int:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue