Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/notebooks/08c-clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"from data.generate_example_systems import create_district_heating_system\n",
"\n",
"flow_system = create_district_heating_system()\n",
"flow_system.connect_and_transform()\n",
"\n",
"timesteps = flow_system.timesteps\n",
"print(f'Loaded FlowSystem: {len(timesteps)} timesteps ({len(timesteps) / 24:.0f} days at hourly resolution)')\n",
Expand Down
16 changes: 3 additions & 13 deletions docs/notebooks/08e-clustering-internals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"\n",
"fx.CONFIG.notebook()\n",
"\n",
"# Create the district heating system\n",
"flow_system = create_district_heating_system()"
"flow_system = create_district_heating_system()\n",
"flow_system.connect_and_transform()"
]
},
{
Expand Down Expand Up @@ -287,17 +287,7 @@
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.11"
}
},
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
Loading