Skip to content

Commit

Permalink
removing cached output from tutorial notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed May 3, 2021
1 parent e4e4540 commit 20ce4c9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 80 deletions.
42 changes: 7 additions & 35 deletions examples/tutorials/aposmm_tutorial_notebook.ipynb
Expand Up @@ -23,7 +23,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -87,7 +87,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -112,7 +112,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -129,7 +129,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -199,7 +199,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -216,37 +216,9 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"[0] libensemble.libE (MANAGER_WARNING): \n",
"*******************************************************************************\n",
"User generator script will be creating sim_id.\n",
"Take care to do this sequentially.\n",
"Also, any information given back for existing sim_id values will be overwritten!\n",
"So everything in gen_specs['out'] should be in gen_specs['in']!\n",
"*******************************************************************************\n",
"\n",
"\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Minima: [[ 0.08993295 -0.71265804]\n",
" [ 1.70360676 -0.79614982]\n",
" [-1.70368421 0.79606073]\n",
" [-0.08988064 0.71270945]\n",
" [-1.60699361 -0.56859108]\n",
" [ 1.60713962 0.56869567]]\n"
]
}
],
"outputs": [],
"source": [
"H, persis_info, flag = libE(sim_specs, gen_specs, exit_criteria, persis_info,\n",
" alloc_specs, libE_specs)\n",
Expand Down

0 comments on commit 20ce4c9

Please sign in to comment.