From e306e86e925e4211c1c2d2f68de45d5e55f3e215 Mon Sep 17 00:00:00 2001
From: natanielruiz <nataniel777@hotmail.com>
Date: 星期日, 13 八月 2017 01:22:31 +0800
Subject: [PATCH] Some cleanup and AFLW working

---
 practice/load_AFLW.ipynb |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/practice/load_AFLW.ipynb b/practice/load_AFLW.ipynb
index f67ca90..edac84d 100644
--- a/practice/load_AFLW.ipynb
+++ b/practice/load_AFLW.ipynb
@@ -2,7 +2,7 @@
  "cells": [
   {
    "cell_type": "code",
-   "execution_count": 22,
+   "execution_count": 1,
    "metadata": {
     "collapsed": true
    },
@@ -23,7 +23,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 23,
+   "execution_count": 2,
    "metadata": {
     "collapsed": true
    },
@@ -36,7 +36,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 24,
+   "execution_count": 3,
    "metadata": {
     "collapsed": false
    },
@@ -128,7 +128,8 @@
     "        raise ValueError('Error: I cannot find the file specified: ' + str(input_path))\n",
     "\n",
     "#Once finished the iteration it closes the database\n",
-    "c.close()"
+    "c.close()\n",
+    "print 'Done'"
    ]
   },
   {

--
Gitblit v1.8.0