This is an automated email from the ASF dual-hosted git repository. tvalentyn pushed a commit to branch tvalentyn-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 72595741db8513647a5e0dad6e73d97a11da22a1 Author: tvalentyn <[email protected]> AuthorDate: Fri Aug 30 07:56:58 2024 -0700 Update juliaset_test_it.py --- .../examples/complete/juliaset/src/juliaset/juliaset_test_it.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/apache_beam/examples/complete/juliaset/src/juliaset/juliaset_test_it.py b/sdks/python/apache_beam/examples/complete/juliaset/src/juliaset/juliaset_test_it.py index 0aac9f9cffb..de4f8e9408c 100644 --- a/sdks/python/apache_beam/examples/complete/juliaset/src/juliaset/juliaset_test_it.py +++ b/sdks/python/apache_beam/examples/complete/juliaset/src/juliaset/juliaset_test_it.py @@ -48,7 +48,7 @@ class JuliaSetTestIT(unittest.TestCase): 'coordinate_output': coordinate_output, 'grid_size': self.GRID_SIZE, 'setup_file': os.path.normpath( - os.path.join(os.path.dirname(__file__), '..', 'setup.py')), + os.path.join(os.path.dirname(__file__), '../..', 'setup.py')), 'on_success_matcher': all_of(PipelineStateMatcher(PipelineState.DONE)), } args = pipeline.get_full_options_as_args(**extra_args)
