Skip to content
Snippets Groups Projects

Fuse bn

Merged Cyril Moineau requested to merge fuseBN into main
4 unresolved threads
4 files
+ 92
13
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -11,9 +11,8 @@ SPDX-License-Identifier: EPL-2.0
import unittest
import aidge_core
class test_parameters(unittest.TestCase):
"""Very basic test to make sure the python APi is not broken.
Can be remove in later stage of the developpement.
class test_recipies(unittest.TestCase):
"""
"""
def setUp(self):
pass
Loading