Finish rewrite of user cuts component

This commit is contained in:
2021-04-06 16:17:05 -05:00
parent 9f2d7439dc
commit 9e7eed1dbd
25 changed files with 313 additions and 268 deletions

View File

@@ -3,7 +3,8 @@
# Released under the modified BSD license. See COPYING.md for more details.
from unittest.mock import Mock
from miplearn import Component, Instance
from miplearn.components.component import Component
from miplearn.instance import Instance
def test_xy_instance():