You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- from learnware.client.learnware_client import LearnwareClient
- from learnware.test import get_semantic_specification
-
- if __name__ == "__main__":
- semantic_specification = get_semantic_specification()
-
- zip_path = "test.zip"
- client = LearnwareClient()
- client.install_environment(zip_path)
- client.test_learnware(zip_path, semantic_specification)
|