Skip to content

Commit

Permalink
Fix test type cast issue
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Dec 11, 2024
1 parent 0515d89 commit 47ca1fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_adf4371.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47ca1fa

Please sign in to comment.