Skip to content

Commit

Permalink
[skip travis] force appveyor re-test
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Apr 25, 2020
1 parent 33ce6e1 commit 920290b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/taichi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_python(args):
threads = min(8, cpu_count()) # To prevent running out of memory
except:
threads = 2
os.environ['TI_DEVICE_MEMORY_GB'] = str(0.5) # Discussion: #769
os.environ['TI_DEVICE_MEMORY_GB'] = '0.5' # Discussion: #769
arg_threads = None
if args.threads is not None:
arg_threads = int(args.threads)
Expand Down

0 comments on commit 920290b

Please sign in to comment.