diff --git a/tests/functional/test_workflow.py b/tests/functional/test_workflow.py index bcaa0da23..01395f81f 100644 --- a/tests/functional/test_workflow.py +++ b/tests/functional/test_workflow.py @@ -530,7 +530,7 @@ def retrieve_process_info(cls, process_id): test_process_id = f"{cls.__name__}_{deploy_id}" execute_payload = cls.retrieve_payload(pid, "execute") - # replace derived reference (local only, remote must be used full 'href' references) + # replace derived reference (local only, remote must use the full 'href' references) test_app_pkg = deploy_payload.get("executionUnit", [{}])[0].pop("test", None) if test_app_pkg: unit_app_pkg = cls.retrieve_payload(pid, "package") diff --git a/weaver/wps_restapi/swagger_definitions.py b/weaver/wps_restapi/swagger_definitions.py index 30ac74c4d..84ce952a3 100644 --- a/weaver/wps_restapi/swagger_definitions.py +++ b/weaver/wps_restapi/swagger_definitions.py @@ -3763,7 +3763,7 @@ class ResourceRequirementSpecification(PermissiveMappingSchema): and 'outdirMax' requests also do not exceed the capacity of the node. Processes sharing a core must have the same level of isolation (typically a container or VM) - that they would normally. + that they would normally have. The reported number of CPU cores reserved for the process, which is available to expressions on the 'CommandLineTool' as 'runtime.cores', must be a non-zero integer, and may be calculated by rounding up