Skip to content
Snippets Groups Projects
Commit 7fe4eff5 authored by Tobi-Alonso's avatar Tobi-Alonso
Browse files

[Test] comment os.remove cause it breaks parallel exec of test

parent c9dca488
No related branches found
No related tags found
No related merge requests found
import os
# import os
import onnx
from finn.util.test import get_test_model_trained
import brevitas.onnx as bo
......@@ -57,4 +57,4 @@ def test_topk_insert(k):
output_pysim_topk = output_pysim_topk.astype(np.int).flatten()
assert np.array_equal(output_golden_topk, output_pysim_topk)
os.remove(export_onnx_path)
# os.remove(export_onnx_path)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment