We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9939d commit 056f517Copy full SHA for 056f517
parsl/tests/test_vineex/test_function_context.py
@@ -39,6 +39,7 @@ def f_compute(x):
39
def test_function_context_computation(num_tasks, current_config_name):
40
if current_config_name != 'taskvine_ex':
41
pytest.skip("Skip tests as these are exclusively for TaskVineExecutor.")
42
+
43
input_file_names = ['input1.test_taskvine_context.data', 'input2.test_taskvine_context.data']
44
try:
45
input_data = [7, 8]
0 commit comments