diff options
author | andreas128 <Andreas> | 2017-09-20 18:04:38 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-09-20 18:04:56 +0200 |
commit | fc97e60ee17ff9690516df8287d27f1eb0a1e7a4 (patch) | |
tree | 687522ec55efe64bd0e3da13a5a599a403190b3c /dpd/src/const.py | |
parent | a8d1b9e6d7e52fb3d7bbd9da4f8639266e57363e (diff) | |
download | dabmod-fc97e60ee17ff9690516df8287d27f1eb0a1e7a4.tar.gz dabmod-fc97e60ee17ff9690516df8287d27f1eb0a1e7a4.tar.bz2 dabmod-fc97e60ee17ff9690516df8287d27f1eb0a1e7a4.zip |
Add Process Pool
Diffstat (limited to 'dpd/src/const.py')
-rw-r--r-- | dpd/src/const.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dpd/src/const.py b/dpd/src/const.py index 275557e..c7f4b7c 100644 --- a/dpd/src/const.py +++ b/dpd/src/const.py @@ -61,3 +61,4 @@ class const: self.MS_FFT_size = 8192 self.MS_averaging_size = 4 * self.MS_FFT_size self.MS_n_averaging = 40 + self.MS_n_proc = 4 |