From d8fc75752c9723a1f72c968f6aaadfaf597608fd Mon Sep 17 00:00:00 2001 From: andreas128 Date: Fri, 11 Aug 2017 18:36:28 +0200 Subject: Fix polycoef path --- dpd/src/Adapt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) # -- cgit v1.2.3