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
Today I found below issue, and I hope my feedback is useful.
When I tried to use "vapor injection for scroll compressor", there's no any response when when I clicked the button "Add Injection Line". (see below pic)
Below information showed in main output log:
Traceback (most recent call last):
File "C:\pdsim-master\GUI\plugins\scroll_plugins.py", line 422, in OnAddInjection
IE = InjectionElementPanel(self.scrolled_panel,self.Nterms+1)
File "C:\pdsim-master\GUI\plugins\scroll_plugins.py", line 265, in init
IPP = InjectionPortPanel(self, index = 1)
File "C:\pdsim-master\GUI\plugins\scroll_plugins.py", line 40, in init
self.AddPort.Bind(wx.EVT_BUTTON,self.Parent.OnAddPort(self))
File "C:\pdsim-master\GUI\plugins\scroll_plugins.py", line 340, in OnAddPort
IPP = InjectionPortPanel(self, index = len(self.ports_list)+1)
AttributeError: 'InjectionElementPanel' object has no attribute 'ports_list'
The text was updated successfully, but these errors were encountered:
Today I found below issue, and I hope my feedback is useful.
When I tried to use "vapor injection for scroll compressor", there's no any response when when I clicked the button "Add Injection Line". (see below pic)
Below information showed in main output log:
Traceback (most recent call last):
File "C:\pdsim-master\GUI\plugins\scroll_plugins.py", line 422, in OnAddInjection
IE = InjectionElementPanel(self.scrolled_panel,self.Nterms+1)
File "C:\pdsim-master\GUI\plugins\scroll_plugins.py", line 265, in init
IPP = InjectionPortPanel(self, index = 1)
File "C:\pdsim-master\GUI\plugins\scroll_plugins.py", line 40, in init
self.AddPort.Bind(wx.EVT_BUTTON,self.Parent.OnAddPort(self))
File "C:\pdsim-master\GUI\plugins\scroll_plugins.py", line 340, in OnAddPort
IPP = InjectionPortPanel(self, index = len(self.ports_list)+1)
AttributeError: 'InjectionElementPanel' object has no attribute 'ports_list'
The text was updated successfully, but these errors were encountered: