Skip to content

Commit

Permalink
Fixed the unit test script.
Browse files Browse the repository at this point in the history
  • Loading branch information
friedenhe committed Dec 15, 2024
1 parent 6445627 commit 0804b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runUnitTests_DAUtility.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from mpi4py import MPI
import petsc4py
from petsc4py import PETSc
from pyUnitTests import pyUnitTests
from dafoam.libs.pyUnitTests import pyUnitTests

os.chdir("./reg_test_files-main/ConvergentChannel")
if MPI.COMM_WORLD.rank == 0:
Expand Down

0 comments on commit 0804b38

Please sign in to comment.