Skip to content

Commit

Permalink
fix example import
Browse files Browse the repository at this point in the history
  • Loading branch information
MangaBoba committed Nov 20, 2023
1 parent cfdc7b0 commit 8f9d73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cases/sound_waves/configuration/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import numpy as np

from cases.sound_waves.microphone_points import Microphone
from cases.sound_waves.poly_from_point import poly_from_comsol_txt
from gefest.core.configs.optimization_params import OptimizationParams
from gefest.core.configs.tuner_params import TunerParams
from gefest.core.geometry.datastructs.structure import Structure
Expand All @@ -14,6 +13,7 @@
SoundSimulator,
generate_map,
)
from gefest.tools.utils import poly_from_comsol_txt

# # # Metrics # # #

Expand Down Expand Up @@ -129,4 +129,4 @@ def _evaluate(self, ind: Structure):
str(Path(__file__).parent) + '\\figures\\bottom_square.txt',
),
],
)
)

0 comments on commit 8f9d73b

Please sign in to comment.