Skip to content

Commit 2a88f7d

Browse files
committed
add line
1 parent 320fa12 commit 2a88f7d

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

biosteam/units/abstract_stirred_tank_reactor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
with the added assumption that the temperature at the wall is the
106106
operating temperature. This method is still not implemented in BioSTEAM
107107
yet.
108-
'''[1:-1]
108+
'''[1:]
109109

110110
class AbstractStirredTankReactor(PressureVessel, Unit, isabstract=True):
111111
'''
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"id": "810d1871-de45-4826-9e6e-703804326ac9",
7+
"metadata": {},
8+
"outputs": [],
9+
"source": []
10+
}
11+
],
12+
"metadata": {
13+
"kernelspec": {
14+
"display_name": "Python 3 (ipykernel)",
15+
"language": "python",
16+
"name": "python3"
17+
},
18+
"language_info": {
19+
"codemirror_mode": {
20+
"name": "ipython",
21+
"version": 3
22+
},
23+
"file_extension": ".py",
24+
"mimetype": "text/x-python",
25+
"name": "python",
26+
"nbconvert_exporter": "python",
27+
"pygments_lexer": "ipython3",
28+
"version": "3.13.5"
29+
}
30+
},
31+
"nbformat": 4,
32+
"nbformat_minor": 5
33+
}

0 commit comments

Comments
 (0)