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

Commit

Permalink
Push the unadded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmageddonKnight committed May 10, 2020
1 parent ec24155 commit 8c626df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_memory_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _memory_opt_wrapper():

if do_memory_opt:
test_func()
del os.environ["MXNET_MEMORY_OPT"]
os.environ["MXNET_MEMORY_OPT"] = '0'
return _memory_opt_wrapper


Expand Down

0 comments on commit 8c626df

Please sign in to comment.