Skip to content

Commit

Permalink
Add missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
schnellerhase committed Oct 20, 2024
1 parent 48ee84a commit 0e1d603
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/dolfinx/transfer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright (C) 2024 Paul T. Kühner
#
# This file is part of DOLFINx (https://www.fenicsproject.org)
#
# SPDX-License-Identifier: LGPL-3.0-or-later

import numpy as np
from numpy.typing import NDArray

Expand Down
6 changes: 6 additions & 0 deletions python/test/unit/transfer/test_transfer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright (C) 2024 Paul T. Kühner
#
# This file is part of DOLFINx (https://www.fenicsproject.org)
#
# SPDX-License-Identifier: LGPL-3.0-or-later

from mpi4py import MPI

import pytest
Expand Down

0 comments on commit 0e1d603

Please sign in to comment.