Fixed doctests

master
pbrod 9 years ago
parent 7f388a43fc
commit 2e1ace8a5f

@ -1369,13 +1369,10 @@ def mctp2tc(f_Mm, utc, param, f_mM=None):
# #
# return nt2cmat(F); # return nt2cmat(F);
# fmax=max(max(F)); # fmax=max(max(F));
# contour (u,u,flipud(F),... # contour (u,u,flipud(F),...
# fmax*[0.005 0.01 0.02 0.05 0.1 0.2 0.4 0.6 0.8]) # fmax*[0.005 0.01 0.02 0.05 0.1 0.2 0.4 0.6 0.8])
# axis([param(1) param(2) param(1) param(2)]) # axis([param(1) param(2) param(1) param(2)])
# title('Crest-trough density') # title('Crest-trough density')
# ylabel('crest'), xlabel('trough') # ylabel('crest'), xlabel('trough')
# axis('square') # axis('square')

@ -402,7 +402,7 @@ class TransformEstimator(object):
>>> int(g1.dist2gauss()*100) >>> int(g1.dist2gauss()*100)
63 63
>>> int(g2.dist2gauss()*100) >>> int(g2.dist2gauss()*100)
84 120
See also See also
-------- --------

Loading…
Cancel
Save