You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I want to analyse the operations of my network, but by running the solve_operations_network.py I always get the error TypeError: prepare_network() got an unexpected keyword argument 'config', because there is no config as a input defined in the prepare_network function in solve_network.py:
Call in solve_operations_network: n = prepare_network(n, solve_opts, config=snakemake.config)
Is there a reason that there is "config" as a keyword in prepare_network in solve_operations_network or can I just exchange that by the keywords needed in the def prepare_network(...)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I want to analyse the operations of my network, but by running the solve_operations_network.py I always get the error
TypeError: prepare_network() got an unexpected keyword argument 'config', because there is no config as a input defined in the prepare_network function in solve_network.py:Call in solve_operations_network:
n = prepare_network(n, solve_opts, config=snakemake.config)Is there a reason that there is "config" as a keyword in prepare_network in solve_operations_network or can I just exchange that by the keywords needed in the def prepare_network(...)
Beta Was this translation helpful? Give feedback.
All reactions