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 c567daa commit fdc881dCopy full SHA for fdc881d
projectq/cengines/_graphmapper.py
@@ -59,7 +59,7 @@ class defaults(object):
59
Class containing default values for some options
60
"""
61
#: Defaults to :py:func:`.look_ahead_parallelism_cost_fun`
62
- cost_fun = look_ahead_parallelism_cost_fun
+ cost_fun = staticmethod(look_ahead_parallelism_cost_fun)
63
max_swap_steps = 30
64
65
0 commit comments