diff options
author | andreas128 <Andreas> | 2017-09-28 18:59:35 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-09-28 18:59:35 +0200 |
commit | 253be52c23528544d54a59b649a60193fffb2848 (patch) | |
tree | 67bd74ca1f35ec0dc7dee34207b5aa652443e485 /dpd/src/test_dab_Util.py | |
parent | 74765b949c8d597ec906fd49733a035028095d54 (diff) | |
download | dabmod-253be52c23528544d54a59b649a60193fffb2848.tar.gz dabmod-253be52c23528544d54a59b649a60193fffb2848.tar.bz2 dabmod-253be52c23528544d54a59b649a60193fffb2848.zip |
Cleanup
Diffstat (limited to 'dpd/src/test_dab_Util.py')
-rw-r--r-- | dpd/src/test_dab_Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/src/test_dab_Util.py b/dpd/src/test_dab_Util.py index ec15586..86ee2d8 100644 --- a/dpd/src/test_dab_Util.py +++ b/dpd/src/test_dab_Util.py @@ -16,7 +16,7 @@ class TestDab_Util(TestCase): def test_subsample_align(self, sample_orig=r'../test_data/orig_rough_aligned.dat', sample_rec =r'../test_data/recored_rough_aligned.dat', length = 10240, max_size = 1000000): - du = DU.Dab_Util(8196000) + du = DU res1 = [] res2 = [] for i in range(10): |