summaryrefslogtreecommitdiffstats
path: root/dpd/src/Adapt.py
diff options
context:
space:
mode:
authorandreas128 <Andreas>2017-09-28 18:59:35 +0200
committerandreas128 <Andreas>2017-09-28 18:59:35 +0200
commit253be52c23528544d54a59b649a60193fffb2848 (patch)
tree67bd74ca1f35ec0dc7dee34207b5aa652443e485 /dpd/src/Adapt.py
parent74765b949c8d597ec906fd49733a035028095d54 (diff)
downloaddabmod-253be52c23528544d54a59b649a60193fffb2848.tar.gz
dabmod-253be52c23528544d54a59b649a60193fffb2848.tar.bz2
dabmod-253be52c23528544d54a59b649a60193fffb2848.zip
Cleanup
Diffstat (limited to 'dpd/src/Adapt.py')
-rw-r--r--dpd/src/Adapt.py2
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)