Skip to content

Commit

Permalink
fix(optimizer): import error
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Dec 7, 2023
1 parent b3bd115 commit 39bc225
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# directory for details.

from typing import List, cast
from discopop_explorer.PETGraphX import EdgeType, NodeID, PETGraphX
from discopop_explorer.PEGraphX import EdgeType, NodeID
from discopop_library.discopop_optimizer.OptimizerArguments import OptimizerArguments
from discopop_library.discopop_optimizer.Variables.Experiment import Experiment
from discopop_library.discopop_optimizer.classes.nodes.FunctionRoot import FunctionRoot
Expand Down

0 comments on commit 39bc225

Please sign in to comment.