Rowan Cockett
b63434b89d
Updates to the documentation.
2016-01-14 15:56:35 -08:00
Rowan Cockett
558e8879fe
SimPEG.MT Mergify.
...
Merge branch 'move2Simpeg' of https://github.com/simpeg/simpegmt into mt/dev
Conflicts:
.gitignore
.travis.yml
LICENSE
docs/conf.py
docs/index.rst
requirements.txt
setup.py
2016-01-14 15:36:58 -08:00
Rowan Cockett
e15913cf84
Import all code utils into the utils namespace.
2016-01-14 15:12:34 -08:00
Rowan Cockett
01b1122fcf
Add default interpolation location (CC).
2016-01-14 15:12:09 -08:00
GudniRos
d77b393d42
Fixed tests to. TotalField formulation not working.
2016-01-14 13:34:08 -08:00
GudniRos
b9e1d794f6
Changed the name space to correspond with FDEM.
2016-01-14 13:25:16 -08:00
GudniRos
2cf3d5d195
Working on the namespace, renamed problems.
2016-01-12 17:16:35 -08:00
GudniRos
02afcabd7d
Updated code to use SimPEG.EM instead of simpegEM module.
2016-01-12 16:51:10 -08:00
Rowan Cockett
17348e14e4
Merge pull request #198 from simpeg/bug/solver
...
Solver Bugs
2016-01-10 19:20:57 -08:00
Rowan Cockett
dedabcc15f
Allow solver kwargs to go to the class directly.
2016-01-10 18:36:57 -08:00
Rowan Cockett
ff0c81b96e
Merge pull request #196 from simpeg/feat/docs
...
Feat/docs
2016-01-10 18:33:54 -08:00
Rowan Cockett
2c5b19b7a0
Updates to the documentation.
2016-01-10 17:21:01 -08:00
Rowan Cockett
8a61259cab
Remove out of date GCE folder.
2016-01-10 15:17:13 -08:00
Rowan Cockett
f482f9d877
Rearrange tests in order of speed for travis.
2016-01-10 15:16:46 -08:00
Rowan Cockett
985d5b6469
Bump version: 0.1.7 → 0.1.8 (+7 squashed commits)
...
Squashed commits:
[ac5bb36] Bump version: 0.1.8 → 0.1.9
[8acd6b2] ImportException --> ImportError
[ac410a8] matplotlib.pyplot has errors on import, put these in the functions
that rely on them directly.
[f128a20] Bump version: 0.1.6 → 0.1.7
[5866bea] Remove IPython utils.
These are out of date, and have problems on Linux (without a proper
visual backend).
[a519e56] Bump version: 0.1.5 → 0.1.6
[f45aa83] Bump version: 0.1.4 → 0.1.5
v0.1.9
2016-01-10 13:38:06 -08:00
Rowan Cockett
8da717521c
Update scripts for pip
2016-01-10 13:01:00 -08:00
Rowan Cockett
d93a23306c
Bump version: 0.1.3 → 0.1.4
v0.1.4
2016-01-10 12:47:43 -08:00
Rowan Cockett
d38424a10f
Merge pull request #193 from simpeg/feat/pymatsolver
...
Speed up the tests with pymatsolver.
2016-01-03 19:26:22 -08:00
Rowan Cockett
00a29d27aa
Decrease the number of iterations on the EM derivatives.
...
This is to increase the speed at which travis runs tests.
2016-01-03 19:11:45 -08:00
Rowan Cockett
9ebd0fcedc
Use pymatsolver in TravisCI
2016-01-03 19:02:06 -08:00
Rowan Cockett
6747882e52
Merge pull request #192 from simpeg/feat/examples
...
SimPEG examples
2016-01-03 14:02:38 -08:00
Rowan Cockett
dd5f5df69e
my_function.__name__ must be set to 'test_' for nosetests
2016-01-03 12:48:01 -08:00
Rowan Cockett
d64fd4ae35
List examples in the init file.
2016-01-02 18:29:04 -08:00
Rowan Cockett
a18d48348d
Merge fast tests on travis.
2016-01-02 18:20:58 -08:00
Rowan Cockett
f0f3f6c06a
Update the examples init.py to explicitly reference things.
...
You can run the main function to update the docs and imports.
2016-01-02 18:06:49 -08:00
GudniRos
2dceea25ec
Merge branch 'FDEMrefactor'
2015-12-22 16:10:28 -08:00
GudniRos
d332d3068a
Merge branch 'master' into FDEMrefactor
...
Conflicts:
simpegMT/SurveyMT.py
2015-12-22 16:09:14 -08:00
Lindsey
5d38ea5e11
removed knownSrcType
2015-12-22 15:11:07 -08:00
Gudni Karl Rosenkjaer
27edc7742f
Merge pull request #6 from simpeg/Travis
...
Travis
2015-12-22 13:12:53 -08:00
Lindsey Heagy
5b9dae2930
changed name of utility testing functions that we don't want travis to try and run automatically
2015-12-21 15:20:08 -08:00
Lindsey Heagy
f82efee096
try running travis on new framework
2015-12-21 14:08:02 -08:00
GudniRos
66156481da
Fixed an error in resampleByFreq
2015-12-18 14:31:22 -08:00
GudniRos
77f476e248
Added a resampling function to datautils.
2015-12-16 23:48:37 -08:00
GudniRos
f2c7cfab78
Added support sources to take TreeMesh.
2015-12-09 12:51:20 -08:00
Rowan Cockett
fe94bd3edf
Merge pull request #187 from simpeg/bug/importTreeMesh
...
Addresses #183 : Import errors for tree mesh
2015-11-26 19:41:21 -07:00
Rowan Cockett
b2aab4163b
New examples for Mesh
2015-11-26 13:56:04 -07:00
GudniRos
4a8bc16634
Fix a bug in reshapeing in adjoint projFieldsDeriv
2015-11-25 16:22:06 -08:00
Rowan Cockett
be3667b4ab
New Examples
...
- Put all examples in same directory
- Make a single test
- use __init__.py to create the docs automatically
2015-11-25 16:03:08 -08:00
GudniRos
4de169c591
Removed Ipython.Debugger import and redused the amount of 3D testing.
2015-11-25 14:49:29 -08:00
Rowan Cockett
06c66f6392
Addresses #183 : Import errors for tree mesh
2015-11-25 13:27:35 -08:00
Rowan Cockett
bcfe904015
remove test from the name in examples.
2015-11-25 08:26:27 -08:00
Rowan Cockett
7c0be4ec50
Merge pull request #181 from simpeg/em/dev
...
Em/dev
2015-11-25 08:23:05 -08:00
Rowan Cockett
56d5019b94
Updates to examples and documentation.
2015-11-24 22:09:50 -08:00
Rowan Cockett
109340c645
Merge pull request #178 from simpeg/bug/flowTests
...
Bug/flow tests
2015-11-24 21:54:48 -08:00
Rowan Cockett
83e29b74c7
Seed the random flowTests
2015-11-24 19:28:06 -08:00
Rowan Cockett
c173ccd6b2
Merge pull request #175 from simpeg/em/ZeroIdentity
...
Em/zero identity
2015-11-24 19:09:08 -08:00
Rowan Cockett
ca3b44bacc
Merge pull request #176 from simpeg/dev
...
Layered Model
2015-11-24 18:48:32 -08:00
Rowan Cockett
9fd25b7104
Merge pull request #174 from simpeg/mesh/tree
...
Mesh/tree
2015-11-24 18:46:36 -08:00
Lindsey
37f56f25f3
cleaned out Zero, Identity import from FDEM.py
2015-11-24 16:15:57 -08:00
Lindsey
5bd9209d6a
type cast b in solver so that it is not an object if we add zero
2015-11-24 14:38:58 -08:00