- Oct 28, 2024
-
-
Christopher Randolph Rhodes authored
Instantiate models with keyword arguments now, no longer via "params" dictionary; although API still uses this name when passing Pydantic parameters models. API describes model via its info property now, which passes instance property, not its init arguments.
-
Christopher Randolph Rhodes authored
Renamed some model classes; expanded scope of trivial object classification model to be functional base on intensity threshold, too
-
- Oct 27, 2024
-
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
- Oct 26, 2024
-
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
- Oct 25, 2024
-
-
Christopher Randolph Rhodes authored
Make requirements.yml match pyproject.toml, namely rolling back ilastik build and pinning protobuf, which causes issues in ilastik 1.4.1b15
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
Tests parameterize models directly with dicts, not pydantic models, which are reserved for API calls
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
Incomplete, but replacing manual status code assertions with assertion methods of TestServerBaseClass
-
Christopher Randolph Rhodes authored
-
Christopher Randolph Rhodes authored
-
- Oct 20, 2024
-
-
Christopher Randolph Rhodes authored
Removed model_id from Model objects, which in any case in managed by session. But tests aren't passing; need to investigate further.
-
- Oct 07, 2024
-
-
Christopher Randolph Rhodes authored
Dummy models in conf.testing See merge request rhodes/model_server!66
-