PyPSA / pypsa-usa

PyPSA-USA: An Open-Source Energy System Optimization Model for the United States
https://pypsa-usa.readthedocs.io
MIT License
35 stars 15 forks source link

Removes PyPSA-Eur as a Submodule #291

Closed ktehranchi closed 2 months ago

ktehranchi commented 2 months ago

Changes proposed in this Pull Request

Checklist

trevorb1 commented 2 months ago

lgtm! It ran fine on my machine. You may want to delete the actual workflow/scripts/subworkflows/pypsa-eur folder as well? (I did my test run with it deleted)

trevorb1 commented 2 months ago

oh, actually. I get this warning while building the docs? But we can sort that out afterwards as well, as im not sure it was actually caused by this PR?

WARNING: autodoc: failed to import module 'retrieve_eia_data'; the following exception was raised:
No module named 'retrieve_eia_data'
ktehranchi commented 2 months ago

Opps okay I just merged

ktehranchi commented 2 months ago

oh, actually. I get this warning while building the docs? But we can sort that out afterwards as well, as im not sure it was actually caused by this PR?

WARNING: autodoc: failed to import module 'retrieve_eia_data'; the following exception was raised:
No module named 'retrieve_eia_data'

I fixed this in the docs... looks like an old error from when we switched completely too gridemissions. Will PR with my docs update