diff options
author | andreas128 <Andreas> | 2017-08-11 18:36:28 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-08-11 18:36:28 +0200 |
commit | d8fc75752c9723a1f72c968f6aaadfaf597608fd (patch) | |
tree | f2c77f98b3ba5aab2e53b2e7b813c82d8a26b4d1 | |
parent | 4bd7cfadfbc2fd8347dcee8ae1682af4b8a52114 (diff) | |
download | dabmod-d8fc75752c9723a1f72c968f6aaadfaf597608fd.tar.gz dabmod-d8fc75752c9723a1f72c968f6aaadfaf597608fd.tar.bz2 dabmod-d8fc75752c9723a1f72c968f6aaadfaf597608fd.zip |
Fix polycoef path
-rw-r--r-- | dpd/src/Adapt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/src/Adapt.py b/dpd/src/Adapt.py index 47a5e8a..fec6aa5 100644 --- a/dpd/src/Adapt.py +++ b/dpd/src/Adapt.py @@ -139,7 +139,7 @@ class Adapt: def set_coefs(self, coefs_complex): self._write_coef_file(coefs_complex) - self.send_receive("set memlesspoly coeffile polyCoefsCustom") + self.send_receive("set memlesspoly coeffile {}".format(self.coef_path)) # The MIT License (MIT) # |