Skip to content

Commit

Permalink
fix: attempt to fix CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie committed Apr 17, 2024
1 parent 8b93443 commit e458965
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,10 @@ cylindrical shape tool, as shown in the following figure:

from ansys.mapdl.core import LOG
LOG.setLevel("DEBUG")

from ansys.mapdl import core as pymapdl
print(pymapdl.Report())

from ansys.mapdl.core import launch_mapdl

mapdl = launch_mapdl(loglevel="DEBUG")
mapdl = launch_mapdl(loglevel="DEBUG", start_instance=False)
print(mapdl)

mapdl.clear()
Expand Down

0 comments on commit e458965

Please sign in to comment.