diff options
Diffstat (limited to 'dpd/src/Adapt.py')
-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) # |