Skip to content

Commit

Permalink
Merge pull request #59 from geoffreyp/issue-44-Namingconfusion
Browse files Browse the repository at this point in the history
Naming confusion Solution.py
  • Loading branch information
geoffreyp authored May 25, 2021
2 parents af2a0b8 + 686f0d6 commit 659cb04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moead_framework/problem/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import Union, Sequence

import numpy as np
from moead_framework.solution.solution import Solution
from moead_framework.solution.base import Solution
from moead_framework.solution import OneDimensionSolution


Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion moead_framework/solution/one_dimension_solution.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .solution import Solution
from .base import Solution


class OneDimensionSolution(Solution):
Expand Down

0 comments on commit 659cb04

Please sign in to comment.