Skip to content

Commit

Permalink
ci: auto fixes from pre-commit.com hooks.
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 17, 2025
1 parent 254bf24 commit 2d4ac64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/source/examples/extended_examples/sfem/sfem.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@

import math
import random
from typing import Callable, Tuple

import numpy as np
from typing import Tuple, Callable


def find_solution(
Expand Down Expand Up @@ -427,6 +428,7 @@ def run_simulations(
"""

from pathlib import Path

from ansys.mapdl.core import launch_mapdl

path = Path.cwd()
Expand Down Expand Up @@ -668,6 +670,7 @@ def run_simulations_over_multple_instances(
length, height, thickness, mesh_size, no_of_simulations, no_of_instances
):
from pathlib import Path

from ansys.mapdl.core import MapdlPool

# First determine the number of simulations to run per instance
Expand Down

0 comments on commit 2d4ac64

Please sign in to comment.