Skip to content
Snippets Groups Projects
Unverified Commit 9688927b authored by Björn Ludwig's avatar Björn Ludwig
Browse files

fix(optimize): correct import

parent 200ca4bf
No related branches found
No related tags found
1 merge request!1Introduce Chars
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -12,11 +12,10 @@ $ python -m ilp_keyboard_layout_optimization.optimize ...@@ -12,11 +12,10 @@ $ python -m ilp_keyboard_layout_optimization.optimize
We might add command line parameters at a later time. For now please edit the main We might add command line parameters at a later time. For now please edit the main
function at the very bottom of this file to change inputs. function at the very bottom of this file to change inputs.
""" """
from ilp_keyboard_layout_optimization.data_aquisition.chars import Chars
from ilp_keyboard_layout_optimization.ilp import KeyboardOptimization from ilp_keyboard_layout_optimization.ilp import KeyboardOptimization
from ilp_keyboard_layout_optimization.type_aliases import LinCosts, QuadCosts from ilp_keyboard_layout_optimization.type_aliases import LinCosts, QuadCosts
from src.ilp_keyboard_layout_optimization.data_aquisition.chars import Chars
def prepare_costs( def prepare_costs(
optimization_problem: KeyboardOptimization, optimization_problem: KeyboardOptimization,
......
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