Open lorenzocerrone opened 1 day ago
The idea is to have a function that tries to find the ngff version from a given group.
def find_version(group: Group) -> str
Should this also validate the entire model? Or should it try just to load the version attr in the multiscale group?
version
The idea is to have a function that tries to find the ngff version from a given group.
Should this also validate the entire model? Or should it try just to load the
version
attr in the multiscale group?