Closed alexey74 closed 5 years ago
I think this issue is done by the commit 7db2358fcc4ff7e0652b (Moved validation to metadata). For this reason, the function validate_model
in module cube.providers
does not exist anymore.
You can test a simple fix by editing the file cubes/slicer/commands.py
line 24 and 166:
- from ..metadata import read_model_metadata, write_model_metadata_bundle
+ from ..metadata import read_model_metadata, write_model_metadata_bundle, validate_model
- result = cubes.providers.validate_model(model)
+ result = validate_model(model)
Closing this as @christian-proust fix has been merged to master.
Looks like validate model is broken: