From 40f06695bc02daabcd50b08197a60e33262928af Mon Sep 17 00:00:00 2001 From: Anthony Leland Date: Wed, 28 Oct 2020 22:12:05 -0400 Subject: [PATCH] Show motive results --- motives.ipynb | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/motives.ipynb b/motives.ipynb index e74f66d..54cdb4d 100644 --- a/motives.ipynb +++ b/motives.ipynb @@ -169,7 +169,24 @@ "\n", "PrintMotives(motives);" ], - "outputs": [] + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": "Hunger: 76\r\nFun: 11\r\nBladder: 43\r\nSocial: 54\r\nEnvironment: 19\r\n" + }, + "execution_count": 1, + "metadata": {} + }, + { + "output_type": "execute_result", + "data": { + "text/plain": "Mood: 282\r\n" + }, + "execution_count": 1, + "metadata": {} + } + ] }, { "cell_type": "code", @@ -185,7 +202,24 @@ "\n", "PrintMotives(motives);" ], - "outputs": [] + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": "Hunger: 100\r\nFun: 42\r\nBladder: 92\r\nSocial: 100\r\nEnvironment: 53\r\n" + }, + "execution_count": 1, + "metadata": {} + }, + { + "output_type": "execute_result", + "data": { + "text/plain": "Mood: 487\r\n" + }, + "execution_count": 1, + "metadata": {} + } + ] } ], "metadata": {