mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-19 11:28:00 +08:00
setup.py work..
This commit is contained in:
@@ -33,7 +33,7 @@ However, it can be shown that this does not conserve mass in the discrete formul
|
||||
|
||||
Here we reproduce the results from Ceilia et al. (1990):
|
||||
|
||||
.. plot:: examples/richards/comparisonToCeiliaEtAl1990.py
|
||||
.. plot:: examples/richards_comparisonToCeiliaEtAl1990.py
|
||||
|
||||
Richards
|
||||
========
|
||||
|
||||
@@ -6,8 +6,5 @@ except ImportError, e:
|
||||
os.system('mv simpeg/SimPEG temp')
|
||||
os.system('rm -rf simpeg')
|
||||
os.system('mv temp SimPEG')
|
||||
# os.system('mkdir simp')
|
||||
# os.system('cp -r SimPEG simpegflow/docs/examples/SimPEG')
|
||||
|
||||
print os.path.abspath('.')
|
||||
print os.system('ls')
|
||||
os.system('mkdir docs/examples/SimPEG')
|
||||
os.system('cp -r SimPEG simpegflow/docs/examples/SimPEG')
|
||||
|
||||
Reference in New Issue
Block a user