From 47ca1fa84a8205b341822ab826923b9395377e33 Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Wed, 11 Dec 2024 14:52:08 -0700 Subject: [PATCH] Fix test type cast issue Signed-off-by: Travis F. Collins --- tests/test_adf4371.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_adf4371.py b/tests/test_adf4371.py index 4c022a0..3321987 100644 --- a/tests/test_adf4371.py +++ b/tests/test_adf4371.py @@ -85,7 +85,8 @@ def test_adf4371_ad9081_sys_example(): cfg = sys.solve() - # pprint.pprint(cfg) + pprint.pprint(cfg) + print(sys.converter.dac.converter_clock) assert float(cfg["pll_adf4371"]["rf_out_frequency"]) == float( sys.converter.dac.converter_clock