Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into uzerbinati/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Umberto Zerbinati committed Jun 24, 2024
2 parents f7df3de + ea88868 commit 7610b0d
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 7610b0d

Please sign in to comment.