Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
add test for chapter 8
Browse files Browse the repository at this point in the history
  • Loading branch information
keon committed Sep 3, 2019
1 parent b6bb679 commit 0d47209
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"metadata": {},
"outputs": [],
"source": [
"%matplotlib inline\n",
"import matplotlib.pyplot as plt"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import json



import matplotlib.pyplot as plt


Expand Down
3 changes: 1 addition & 2 deletions test/test_08.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ def test_chapter_exmaples():
mydir = os.getcwd() # set the main directory again, now it calls testA

chapter_examples = [
# "text_classification",
# "sequence_to_sequence",
"fgsm_attack",
]

for example in chapter_examples:
Expand Down

0 comments on commit 0d47209

Please sign in to comment.