Skip to content

Commit

Permalink
NOQA fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatnagarajan committed Nov 19, 2020
1 parent 484f12e commit c41db82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gym/train_a3c_gym.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os

# This prevents numpy from using multiple threads
os.environ['OMP_NUM_THREADS'] = '1' # NOQA
os.environ['OMP_NUM_THREADS'] = '1' # NOQA

import chainer
from chainer import functions as F
Expand Down

0 comments on commit c41db82

Please sign in to comment.