mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-10 12:37:30 +08:00
Moved things around! Packages should now all be capitalized. may need to to tweak git to ensure this...
This commit is contained in:
+9
-8
@@ -1,14 +1,15 @@
|
||||
import numpy as np
|
||||
import scipy.sparse as sp
|
||||
import utils
|
||||
Solver = utils.Solver
|
||||
import mesh
|
||||
import forward
|
||||
import inverse
|
||||
import examples
|
||||
import tests
|
||||
import Utils
|
||||
Solver = Utils.Solver
|
||||
import Mesh
|
||||
import Model
|
||||
import Problem
|
||||
import Data
|
||||
import Inverse
|
||||
import Examples
|
||||
import Tests
|
||||
|
||||
Data = forward.Data
|
||||
|
||||
import scipy.version as _v
|
||||
if _v.version < '0.13.0':
|
||||
|
||||
Reference in New Issue
Block a user