This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author CarpeCimex
Recipients CarpeCimex
Date 2015-01-24.19:01:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422126117.91.0.00617792248129.issue23313@psf.upfronthosting.co.za>
In-reply-to
Content
The bug occurs on line 77 of the attached script. When I change the imaginary part of 'z' on line 77, it also changes the imaginary part of 'zload', which is supposed to remain constant.  Putting a dummy assignment 'z = z + 0' on line 76 fixes the bug.  This is all described in the comments around line 77 also.

I found this in the PyCharm IDE by putting a breakpoint just after line 77 and watching variables 'z' and 'zload'.  The function 'model()' is called repeatedly in this script, and you can see 'zload' changing every time the function is called.
History
Date User Action Args
2015-01-24 19:01:58CarpeCimexsetrecipients: + CarpeCimex
2015-01-24 19:01:57CarpeCimexsetmessageid: <1422126117.91.0.00617792248129.issue23313@psf.upfronthosting.co.za>
2015-01-24 19:01:57CarpeCimexlinkissue23313 messages
2015-01-24 19:01:57CarpeCimexcreate