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