Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Jan 1, 2024
1 parent 0e25bf9 commit 0ed7309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_arrays_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from gradient_free_optimizers import RandomSearchOptimizer


from surfaces.test_functions import (
from surfaces.mathematical_functions import (
SphereFunction,
RastriginFunction,
AckleyFunction,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import numpy as np
from gradient_free_optimizers import RandomSearchOptimizer

from surfaces.test_functions import (
from surfaces.mathematical_functions import (
SphereFunction,
RastriginFunction,
AckleyFunction,
Expand Down

0 comments on commit 0ed7309

Please sign in to comment.