Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Nov 6, 2024
1 parent 93cbf33 commit 5b6771b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import numpy as np
from collections import OrderedDict

from ..local_opt import HillClimbingOptimizer
from ...local_opt import HillClimbingOptimizer


def sort_list_idx(list_):
Expand Down

0 comments on commit 5b6771b

Please sign in to comment.