diff --git a/pywafo/src/wafo/stats/plotbackend.py b/pywafo/src/wafo/stats/plotbackend.py deleted file mode 100644 index 131e3c6..0000000 --- a/pywafo/src/wafo/stats/plotbackend.py +++ /dev/null @@ -1,9 +0,0 @@ -# Set this to eg. pylab to be able to plot -import numpy -try: - from matplotlib import pyplot as plotbackend - #from matplotlib import pyplot - numpy.disp('Scipy.stats: plotbackend is set to matplotlib.pyplot') -except: - numpy.disp('Scipy.stats: Unable to load matplotlib.pyplot as plotbackend') - plotbackend = None \ No newline at end of file diff --git a/pywafo/src/wafo/test_ppimport.py b/pywafo/src/wafo/test_ppimport.py deleted file mode 100644 index 80d5c03..0000000 --- a/pywafo/src/wafo/test_ppimport.py +++ /dev/null @@ -1,9 +0,0 @@ -from scipy.misc.ppimport import ppimport -st = ppimport('scitools') - -def main(): - t = st.numpytools.linspace(0,1) - print(t) - -if __name__ == '__main__': - main() \ No newline at end of file