Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from cclauss/patch-1
Browse files Browse the repository at this point in the history
import random for access to random.sample() on line 59
  • Loading branch information
huanzhang12 committed Jun 6, 2019
2 parents ba225ad + b9714af commit 51783cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: python
install: pip install flake8
script: flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
1 change: 1 addition & 0 deletions test_attack_black.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import tensorflow as tf
import numpy as np
import random
import time

from setup_cifar import CIFAR, CIFARModel
Expand Down

0 comments on commit 51783cc

Please sign in to comment.