diff options
author | andreas128 <Andreas> | 2017-09-28 18:59:35 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-09-28 18:59:35 +0200 |
commit | 253be52c23528544d54a59b649a60193fffb2848 (patch) | |
tree | 67bd74ca1f35ec0dc7dee34207b5aa652443e485 /dpd/src/Adapt.py | |
parent | 74765b949c8d597ec906fd49733a035028095d54 (diff) | |
download | dabmod-253be52c23528544d54a59b649a60193fffb2848.tar.gz dabmod-253be52c23528544d54a59b649a60193fffb2848.tar.bz2 dabmod-253be52c23528544d54a59b649a60193fffb2848.zip |
Cleanup
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 cf8b6f5..1ab7710 100644 --- a/dpd/src/Adapt.py +++ b/dpd/src/Adapt.py @@ -219,7 +219,7 @@ class Adapt: "txgain": self.get_txgain(), "rxgain": self.get_rxgain(), "digital_gain": self.get_digital_gain(), - "predistorter": self.get_predistorter + "predistorter": self.get_predistorter() } with open(path, "w") as f: pickle.dump(d, f) |