Skip to content

Commit

Permalink
Merge branch 'ls-v1.6' of github.com:Loop3D/LoopStructural into ls-v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed May 31, 2024
2 parents 640ac0b + dab86c0 commit 8869bfc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions LoopStructural/interpolators/_discrete_interpolator.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
from time import time
import numpy as np
from scipy import sparse # import sparse.coo_matrix, sparse.bmat, sparse.eye
from scipy.sparse import linalg as sla
from ..interpolators import InterpolatorType

from ..interpolators import GeologicalInterpolator
from ..utils import getLogger
from ..utils.exceptions import LoopImportError

logger = getLogger(__name__)

Expand Down

0 comments on commit 8869bfc

Please sign in to comment.