diff options
Diffstat (limited to 'dpd/src/const.py')
-rw-r--r-- | dpd/src/const.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/src/const.py b/dpd/src/const.py index 6cf1537..75ff819 100644 --- a/dpd/src/const.py +++ b/dpd/src/const.py @@ -41,4 +41,4 @@ class const: self.ES_start = 0.0 self.ES_end = 1.0 self.ES_n_bins = 64 - self.ES_n_per_bin = 1024 + self.ES_n_per_bin = 256 |