We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e58e99 commit 7ae4cfaCopy full SHA for 7ae4cfa
research-radar/schemas/config_models.py
@@ -307,7 +307,7 @@ class ModelRepoIdsConfig(BaseModel):
307
308
309
class ProjectConfig(BaseModel):
310
- """Configuration for ZenML porject information."""
+ """Configuration for ZenML project information."""
311
312
name: str = Field(..., description="Project name")
313
version: str = Field(..., description="Project version")
0 commit comments