#107: vx8 can't calc tuning step during csv export and frequency rounding -----------------------------------------------+---------------------------- Reporter: Robert Terzi <rct+chirp@…> | Owner: kk7ds Type: Bug | Status: accepted Priority: Stability | Milestone: Component: Memory Editor | Version: (tip) Resolution: | Keywords: vx8 Platform: Linux | -----------------------------------------------+----------------------------
Comment (by Robert Terzi <rct+chirp@…>):
That took care of all but one, 130.200
------ Job Args: (829,) Job KWArgs: {} -- Exception: -- Traceback (most recent call last): File "chirp.hg/chirpui/editorset.py", line 250, in do_export dst_rthread) File "chirp.hg/chirpui/editorset.py", line 176, in _do_import_locked dialog = dlgclass(src_radio, dst_rthread.radio, self.parent_window) File "chirp.hg/chirpui/importdialog.py", line 553, in __init__ self.populate_list() File "chirp.hg/chirpui/importdialog.py", line 479, in populate_list mem = self.src_radio.get_memory(i) File "chirp.hg/chirp/vx8.py", line 114, in get_memory mem.freq = chirp_common.fix_rounded_step(int(_mem.freq) / 1000.0) File "chirp.hg/chirp/chirp_common.py", line 884, in fix_rounded_step raise errors.InvalidDataError("Unable to correct rounded frequency %.5f" % freq) InvalidDataError: Unable to correct rounded frequency 130.20000 ------