You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: