From a490e23e2fdf839d64080062aa84cfafe3368ec6 Mon Sep 17 00:00:00 2001 From: "Per.Andreas.Brodtkorb" Date: Thu, 15 Jul 2010 09:55:54 +0000 Subject: [PATCH] Deleted stats.plotbackend.py and test_ppimport.py --- pywafo/src/wafo/stats/plotbackend.py | 9 --------- pywafo/src/wafo/test_ppimport.py | 9 --------- 2 files changed, 18 deletions(-) delete mode 100644 pywafo/src/wafo/stats/plotbackend.py delete mode 100644 pywafo/src/wafo/test_ppimport.py 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