Skip to content

Commit cc1aa0d

Browse files
committedJun 11, 2022
setting back t_max=0 in condense notebook
1 parent 270f7e8 commit cc1aa0d

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed
 

‎examples/condense.ipynb

+13-6
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
{
7575
"cell_type": "code",
76-
"execution_count": 14,
76+
"execution_count": 6,
7777
"metadata": {},
7878
"outputs": [],
7979
"source": [
@@ -124,7 +124,7 @@
124124
},
125125
{
126126
"cell_type": "code",
127-
"execution_count": null,
127+
"execution_count": 9,
128128
"metadata": {},
129129
"outputs": [],
130130
"source": [
@@ -159,14 +159,14 @@
159159
},
160160
{
161161
"cell_type": "code",
162-
"execution_count": 15,
162+
"execution_count": 13,
163163
"metadata": {},
164164
"outputs": [],
165165
"source": [
166166
"run_part_opt = ppmc.RunPartOpt({\n",
167167
" \"do_coagulation\": False,\n",
168168
" \"do_parallel\": False,\n",
169-
" \"t_max\": 1 * si.s,\n",
169+
" \"t_max\": 0 * si.s,\n",
170170
" \"del_t\": 1 * si.s,\n",
171171
" \"t_output\": 0,\n",
172172
" \"t_progress\": 0,\n",
@@ -177,7 +177,7 @@
177177
},
178178
{
179179
"cell_type": "code",
180-
"execution_count": 11,
180+
"execution_count": 14,
181181
"metadata": {},
182182
"outputs": [],
183183
"source": [
@@ -186,7 +186,7 @@
186186
},
187187
{
188188
"cell_type": "code",
189-
"execution_count": 13,
189+
"execution_count": 15,
190190
"metadata": {},
191191
"outputs": [],
192192
"source": [
@@ -196,6 +196,13 @@
196196
")"
197197
]
198198
},
199+
{
200+
"cell_type": "code",
201+
"execution_count": null,
202+
"metadata": {},
203+
"outputs": [],
204+
"source": []
205+
},
199206
{
200207
"cell_type": "code",
201208
"execution_count": null,

0 commit comments

Comments
 (0)
Please sign in to comment.