reilleya / openMotor

An open-source internal ballistics simulator for rocket motor experimenters
GNU General Public License v3.0
361 stars 71 forks source link

AttributeError: 'ArtistList' object has no attribute 'pop' #228

Closed AlexKari closed 2 months ago

AlexKari commented 2 months ago

Hi,

When running Arch Linux, I have the following error every time I try to edit a grain

(.venv) [user@Kreation openMotor-0.5.0]$ python3 main.py 
0.0000 [LOG] ################################################################################
0.0000 [LOG] Application started at 2024-05-31T09:34:58.958954
0.5865 [LOG] Starting new motor file
0.5889 [LOG] Opening window
QLayout: Attempting to add QLayout "" to MotorEditor "motorEditor", which already has a layout
0.9226 [LOG] Window opened
9.1469 [ERR] Traceback (most recent call last):
9.1469 [ERR]   File "/home/user/Games/openMotor-0.5.0/uilib/widgets/grainPreviewWidget.py", line 50, in updateView
9.1469 [ERR]     self.ui.tabRegression.cleanup()
9.1469 [ERR]   File "/home/user/Games/openMotor-0.5.0/uilib/widgets/grainPreviewGraph.py", line 41, in cleanup
9.1469 [ERR]     self.plot.lines.pop(0)
9.1470 [ERR]     ^^^^^^^^^^^^^^^^^^^
9.1470 [ERR] AttributeError: 'ArtistList' object has no attribute 'pop'
9.1470 [ERR] 
reilleya commented 2 months ago

This one is already fixed on staging, and will be in the eventual v0.6.0 release! See this issue.

benrussell11 commented 2 months ago

Hi Andrew,

Maybe its time to do a production bug fix release.

Ben

From: Andrew Reilley @.> Sent: Sunday, June 2, 2024 11:44 AM To: reilleya/openMotor @.> Cc: Subscribed @.***> Subject: Re: [reilleya/openMotor] AttributeError: 'ArtistList' object has no attribute 'pop' (Issue #228)

This one is already fixed on staging, and will be in the eventual v0.6.0 release! See this https://github.com/reilleya/openMotor/issues/210 issue.

— Reply to this email directly, view it on GitHub https://github.com/reilleya/openMotor/issues/228#issuecomment-2143906768 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AL4HO6HLBDNX45DQWJ7RJGLZFM4TPAVCNFSM6AAAAABITDXCE2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBTHEYDMNZWHA . You are receiving this because you are subscribed to this thread. https://github.com/notifications/beacon/AL4HO6GGJQ7FCOWVSTIFDFLZFM4TPA5CNFSM6AAAAABITDXCE2WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTT7ZFV5A.gif Message ID: @. @.> >