Skip to content
Snippets Groups Projects

Updates for TREC pipelines

Merged Christopher Randolph Rhodes requested to merge int_trec into staging
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -14,7 +14,7 @@ router = APIRouter(
import model_server.extensions.ilastik.pipelines.px_then_ob
router.include_router(model_server.extensions.ilastik.pipelines.px_then_ob.router)
# TODO: move params models to router only; model classes to be created only with dict
class IlastikParams(BaseModel):
project_file: str = Field(description='(*.ilp) ilastik project filename')
duplicate: bool = Field(
Loading