Skip to content

Commit

Permalink
fix typos flagged by PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Nov 30, 2022
1 parent 4e15cc6 commit 96c49c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/functional/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion weaver/wps_restapi/swagger_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96c49c0

Please sign in to comment.