We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master
pypsa-usa
conda env update -f envs/environment.yaml
def pop_layout_input(wildcards): if wildcards["sector"] != "E": return RESOURCES + "{interconnect}/pop_layout_elec_s{simpl}_c{clusters}.csv" else: return ""
return "" is incorrect syntax - switch to return []
return ""
return []
No response
The text was updated successfully, but these errors were encountered:
Update solve_electricity.smk
4bc824a
Fixes #472
Merge pull request #473 from PyPSA/472-fix
9de3439
Fix #472
No branches or pull requests
Checklist
master
branchpypsa-usa
environment. Update viaconda env update -f envs/environment.yaml
The Issue
return ""
is incorrect syntax - switch toreturn []
Steps To Reproduce
No response
Expected Behavior
No response
Error Message
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: