Skip to content

Commit

Permalink
Special request from @pef
Browse files Browse the repository at this point in the history
Signed-off-by: Umberto Zerbinati <[email protected]>
  • Loading branch information
Umberto Zerbinati committed Jun 4, 2024
1 parent 1a55ec8 commit ea88868
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ngsPETSc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
'''
ngsPETSc is a NGSolve/Netgen interface to PETSc
'''
import warnings

from ngsPETSc.plex import *

__all__ = []
Expand Down Expand Up @@ -31,7 +29,6 @@
try:
import ngsolve
except ImportError:
warnings.warn("No NGSolve installed, only working with Netgen.")
ngsolve = None

if ngsolve:
Expand Down

0 comments on commit ea88868

Please sign in to comment.