Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalinve committed Oct 29, 2024
1 parent 601eb07 commit 05b8b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansys/aedt/core/modeler/advanced_cad/stackup_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
joblib = None
warnings.warn(
"The Joblib module is required to use functionalities provided by the module "
"ansys.edt.core.modeler.advanced_cad.stacku_3d.\n"
"ansys.aedt.core.modeler.advanced_cad.stackup_3d.\n"
"Install with \n\npip install joblib"
)
try:
Expand All @@ -40,7 +40,7 @@
np = None
warnings.warn(
"The Numpy module is required to use functionalities provided by the module "
"ansys.edt.core.modeler.advanced_cad.stacku_3d.\n"
"ansys.aedt.core.modeler.advanced_cad.stackup_3d.\n"
"Install with \n\npip install numpy"
)

Expand Down

0 comments on commit 05b8b8e

Please sign in to comment.