issues
search
bioimage-io
/
spec-bioimage-io
Specification for the bioimage.io model description file.
https://bioimage-io.github.io/spec-bioimage-io/
MIT License
18
stars
17
forks
source link
Improve API
#618
Closed
FynnBe
closed
4 months ago
FynnBe
commented
4 months ago
This PR
exposes some ValidationContext fields as args to
load_description
(thanks @oeway for pointing out that this would be convenient).
adds convenience functions to make better use of strict typing (e.g. adds
load_model_description() -> AnyModelDescr
)
This PR
load_description
(thanks @oeway for pointing out that this would be convenient).load_model_description() -> AnyModelDescr
)