Fix depenencies in notebooks and got tests to work.

This commit is contained in:
GudniRos
2015-07-07 09:24:53 -07:00
parent c78d5beef8
commit 2b37f27602
10 changed files with 750 additions and 397 deletions
+5 -1
View File
@@ -121,4 +121,8 @@ def plotMT1DModelData(problem,models,symList=None):
for ax in [axM,axR,axP]:
ax.xaxis.set_tick_params(labelsize=fontSize)
ax.yaxis.set_tick_params(labelsize=fontSize)
return fig
return fig
def printTime():
import time
print time.strftime("%a, %d %b %Y %H:%M:%S +0000", time.localtime())