Skip to content

Commit

Permalink
Fix mnist_train_test.py issues on Windows (verified locally).
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Jul 12, 2023
1 parent 523d323 commit 6581733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/models/mnist_train_test/mnist_train_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def cleanup():
os.unlink(mmap_vmfb.name)

return load_vm_flatbuffer_file(
vmfb_file, driver=args.driver, destroy_callback=cleanup
mmap_vmfb.name, driver=args.driver, destroy_callback=cleanup
)


Expand Down

0 comments on commit 6581733

Please sign in to comment.