Skip to content

Commit 056f517

Browse files
committed
rerun
1 parent ac9939d commit 056f517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parsl/tests/test_vineex/test_function_context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def f_compute(x):
3939
def test_function_context_computation(num_tasks, current_config_name):
4040
if current_config_name != 'taskvine_ex':
4141
pytest.skip("Skip tests as these are exclusively for TaskVineExecutor.")
42+
4243
input_file_names = ['input1.test_taskvine_context.data', 'input2.test_taskvine_context.data']
4344
try:
4445
input_data = [7, 8]

0 commit comments

Comments
 (0)