Skip to content

Commit

Permalink
chore(examples): Automatic commit of example files in Markdown and Ju…
Browse files Browse the repository at this point in the history
…pyter Notebook format.
  • Loading branch information
[email protected] authored and [email protected] committed Dec 13, 2024
1 parent 3e3b267 commit 8162b22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/jupyter_notebooks/e6_generate_building.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"execution_count": null,
"metadata": {},
"outputs": [],
"source": "from teaser.logic.buildingobjects.thermalzone import ThermalZone\n\ntz = ThermalZone(parent=bldg)\ntz.name = \"LivingRoom\"\ntz.area = 140.0\ntz.volume = tz.area * bldg.number_of_floors * bldg.height_of_floors\ntz.infiltration_rate = 0.5\n"
"source": "from teaser.logic.buildingobjects.thermalzone import ThermalZone\n\ntz = ThermalZone(parent=bldg)\ntz.name = \"LivingRoom\"\ntz.area = 140.0\ntz.volume = tz.area * bldg.number_of_floors * bldg.height_of_floors\n"
},
{
"cell_type": "markdown",
Expand Down
1 change: 0 additions & 1 deletion docs/source/examples/e6_generate_building.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ tz = ThermalZone(parent=bldg)
tz.name = "LivingRoom"
tz.area = 140.0
tz.volume = tz.area * bldg.number_of_floors * bldg.height_of_floors
tz.infiltration_rate = 0.5
```

Instantiate BoundaryConditions and load conditions for `Living`.
Expand Down

0 comments on commit 8162b22

Please sign in to comment.