Skip to content

Commit

Permalink
TMP temporary ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Nov 1, 2023
1 parent 82d02fc commit b95c9ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rbnicsx/_cpp/compile_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import types
import typing

import cppimport
import cppimport # type: ignore
import mpi4py
import mpi4py.MPI
import numpy
Expand Down
1 change: 1 addition & 0 deletions rbnicsx/_cpp/default_compiler_options_with_dolfinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#
# SPDX-License-Identifier: LGPL-3.0-or-later
"""Determine default compiler options when dolfinx is available.""" # pragma: no cover
# type: ignore

import typing # pragma: no cover

Expand Down

0 comments on commit b95c9ef

Please sign in to comment.