-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
3.2.0
Use a single method to access all validation options in metadata manager. Now, some options have their own function, while others share a single validate method.
Also, with the current implementation, you should not call validate without calling get_metadata first, as get_metadata is the only way to do the file loading (any call to validate without calling get_metadata first will result in an exception being raised even if the metadata is correct).