pdsim icon indicating copy to clipboard operation
pdsim copied to clipboard

Discharge state text panels can't update, require use of the unit converter

Open ibell opened this issue 10 years ago • 0 comments

Leave this kind of error in the log:

Traceback (most recent call last): File "C:\pdsim\GUI\panels\pdsim_panels.py", line 2292, in AGO_disc[1].GUI_location.Bind(wx.EVT_KILL_FOCUS,lambda event: self.OnChangeDischargeValue(event, 'pratio')) File "C:\pdsim\GUI\panels\pdsim_panels.py", line 2350, in OnChangeDischargeValue pdisc = psuction * pratio TypeError: can't multiply sequence by non-int of type 'float'

ibell avatar Aug 05 '15 15:08 ibell