Skip to content

Commit

Permalink
Revert "Add debug print to test_containerized_code.py"
Browse files Browse the repository at this point in the history
This reverts commit 0b87ff0.
  • Loading branch information
danielhollas committed Jan 15, 2025
1 parent 7c6f737 commit 9822340
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/system_tests/test_containerized_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ def test_add_singularity():
builder.y = orm.Int(6)
builder.metadata.options.resources = {'num_machines': 1, 'num_mpiprocs_per_machine': 1}

print('Running containerized code')
results, node = run_get_node(builder)

print(f'{results=}')
print(f'{node=}')
assert node.is_finished_ok
assert 'sum' in results
assert 'remote_folder' in results
Expand Down

0 comments on commit 9822340

Please sign in to comment.