Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Add tf.cast to test_tf_slice in unit test #370

Merged
merged 2 commits into from
Feb 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion applications/nightly_build/test_yolov3.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def setUp(self):
self.model_files = []

def tearDown(self):
return
for fl in self.model_files:
os.remove(fl)

Expand Down