Skip to content
New issue

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

Population Layout Bug for Electricity Only Studies #472

Open
2 tasks done
ktehranchi opened this issue Nov 19, 2024 · 0 comments
Open
2 tasks done

Population Layout Bug for Electricity Only Studies #472

ktehranchi opened this issue Nov 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ktehranchi
Copy link
Collaborator

Checklist

  • I am using the current master branch
  • I am running on an up-to-date pypsa-usa environment. Update via conda env update -f envs/environment.yaml

The Issue

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 []

Steps To Reproduce

No response

Expected Behavior

No response

Error Message

No response

Anything else?

No response

@ktehranchi ktehranchi added the bug Something isn't working label Nov 19, 2024
ktehranchi added a commit that referenced this issue Nov 19, 2024
@ktehranchi ktehranchi mentioned this issue Nov 19, 2024
ktehranchi added a commit that referenced this issue Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant