What steps will reproduce the problem?
1. This is the function I have been using:
def test2 (picture):
for p in getPixels(picture):
setRed(p,getRed(p) * 0.3)
explore(picture)
When the function runs, it runs continually without stopping unless I click on
the stop button. It then says there's something wrong with the program.
What is the expected output? What do you see instead?
The expected output is for the function to run just once and then stop on it's
own. I instead get the function running continually.
What version of the product are you using? On what operating system?
I am using JES 4.3 with java included on a Lenovo Thinkpad with Windows Seven
Professional.
Please provide any additional information below.
Original issue reported on code.google.com by djsimend...@verizon.net on 4 Mar 2013 at 11:10
Original issue reported on code.google.com by
djsimend...@verizon.net
on 4 Mar 2013 at 11:10