Skip to content

Commit

Permalink
Cache leads to unique matching. Temporarily turn it off.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwdzh authored Jun 14, 2020
1 parent 776056b commit 0e93419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textureoptim/optim.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

filename = a.input_dir.split('/')[-1]
initial_file = a.input_dir + '/texture.png'
dataset = create_dataset(a.input_dir, initial_file, Cache=True)
dataset = create_dataset(a.input_dir, initial_file, Cache=False)

if not os.path.exists(a.output_dir):
os.mkdir(a.output_dir)
Expand Down

0 comments on commit 0e93419

Please sign in to comment.