Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK - Removed stray debug print from tests #701

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion sdk/python/tests/components/test_python_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def helper_test_2_in_2_out_component_using_local_call(self, func, op, output_nam
process = subprocess.run(full_command)

(output_path1, output_path2) = (task.file_outputs[output_names[0]], task.file_outputs[output_names[1]])
print(task.file_outputs)
actual1_str = Path(output_path1).read_text()
actual2_str = Path(output_path2).read_text()

Expand Down