Skip to content

Commit 2030e94

Browse files
committed
Ignored cell where the execution time is printed
1 parent df64adc commit 2030e94

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

examples.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,14 +271,14 @@
271271
" 11 1.00000 0.00000\n",
272272
"\u001b[33moutputting...\u001b[0m\n",
273273
"\u001b[33moutputting...\u001b[0m\n",
274-
"vis: 0.25228118896484375\n",
275-
"main: 0.05574655532836914\n"
274+
"vis: 0.25238776206970215\n",
275+
"main: 0.08136248588562012\n"
276276
]
277277
},
278278
{
279279
"data": {
280280
"text/plain": [
281-
"<advection.simulation.Simulation at 0x7f4f93e016a0>"
281+
"<advection.simulation.Simulation at 0x7fb6c2488ba8>"
282282
]
283283
},
284284
"execution_count": 9,
@@ -287,6 +287,7 @@
287287
}
288288
],
289289
"source": [
290+
"# NBVAL_IGNORE_OUTPUT \n",
290291
"extra_parameters = {'vis.dovis': False, 'mesh.nx': 8, 'mesh.ny':8, 'particles.do_particles': False}\n",
291292
"pyro_sim.initialize_problem(problem_name, param_file, inputs_dict=extra_parameters)\n",
292293
"pyro_sim.run_sim()"

0 commit comments

Comments
 (0)