Skip to content

Commit

Permalink
test_process comms/spec .py
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Nov 27, 2024
1 parent db7289b commit bc58b36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/test_process_comms.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ async def test_continue():
pid = process.pid
persister.save_checkpoint(process)
del process
process = None

result = await launcher._continue(None, **plumpy.create_continue_body(pid)[process_comms.TASK_ARGS])
assert result == utils.DummyProcess.EXPECTED_OUTPUTS
Expand Down
1 change: 0 additions & 1 deletion test/test_process_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def test_get_port_namespace_base(self):
"""
Get the root, inputs and outputs port namespaces of the ProcessSpec
"""
ports = self.spec.ports
input_ports = self.spec.inputs
output_ports = self.spec.outputs

Expand Down

0 comments on commit bc58b36

Please sign in to comment.