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 3fe88b0 commit 441547bCopy full SHA for 441547b
parsl/tests/test_error_handling/test_resource_spec.py
@@ -32,7 +32,7 @@ def test_resource(n=2):
32
33
# Specify resources with wrong types
34
# 'cpus' is incorrect, should be 'cores'
35
- spec = {'cpus': 2, 'memory': 1000, 'disk': 1000}
+ spec = {'cpus': 2, 'memory': 1000, 'disk': 10}
36
fut = double(n, parsl_resource_specification=spec)
37
try:
38
fut.result()
0 commit comments