Skip to content
Snippets Groups Projects
Commit 8feffc41 authored by laurent soulier's avatar laurent soulier
Browse files

[FIX] adding missing import

parent 1da73209
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ __pycache__
*.pyc
*.egg-info
dist*/
py_env_aidge/
# Mermaid
*.mmd
......
......@@ -2,7 +2,7 @@ import unittest
import aidge_core
import aidge_backend_cpu
import numpy as np
from functools import reduce
class test_tensor(unittest.TestCase):
"""Test tensor binding
......
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