mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-09 11:34:26 +08:00
Fixing travis build
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ before_install:
|
|||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
install:
|
install:
|
||||||
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython osr
|
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython gdal
|
||||||
- pip install nose-cov python-coveralls
|
- pip install nose-cov python-coveralls
|
||||||
- cd ../
|
- cd ../
|
||||||
- git clone https://github.com/simpeg/simpeg.git
|
- git clone https://github.com/simpeg/simpeg.git
|
||||||
|
|||||||
@@ -83,13 +83,24 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 3,
|
"execution_count": 28,
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"collapsed": false
|
"collapsed": false
|
||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [
|
||||||
|
{
|
||||||
|
"data": {
|
||||||
|
"text/plain": [
|
||||||
|
"105"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"execution_count": 28,
|
||||||
|
"metadata": {},
|
||||||
|
"output_type": "execute_result"
|
||||||
|
}
|
||||||
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"# problem.mapping.sigmaMap._transform(m_0)"
|
"m1d.nC"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user