Skip to content

Commit

Permalink
updates environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
samgdotson committed May 17, 2024
1 parent 88d25b9 commit bfe7134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: pypsa-illinois
channels:
- conda-forge
- bioconda
dependencies:
# Requirements for core model functionality
- python==3.10.13
Expand Down Expand Up @@ -29,7 +30,7 @@ dependencies:
- cartopy
- descartes
- lxml
- snakemake
- snakemake-minimal
- pycountry
- yaml
- geopy
Expand Down
36 changes: 0 additions & 36 deletions notebooks/illinois_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1202,42 +1202,6 @@
"n.generators_t.p"
]
},
{
"cell_type": "code",
"execution_count": 37,
"metadata": {},
"outputs": [],
"source": [
"p_by_carrier = n.generators_t.p.T.groupby(n.generators.carrier).sum().div(1e3)"
]
},
{
"cell_type": "code",
"execution_count": 38,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"Carrier\n",
"onwind dodgerblue\n",
"nuclear green\n",
"solar gold\n",
"OCGT indianred\n",
"hydrogen storage underground magenta\n",
"battery storage yellowgreen\n",
"Name: color, dtype: object"
]
},
"execution_count": 38,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"n.carriers.color"
]
},
{
"cell_type": "code",
"execution_count": 39,
Expand Down

0 comments on commit bfe7134

Please sign in to comment.