phetsims / gene-expression-essentials

An educational simulation about how genes work to create proteins.
GNU General Public License v3.0
4 stars 6 forks source link

positive transcription factors flash on mRNA screen #82

Closed jbphet closed 7 years ago

jbphet commented 7 years ago

When adjusting the concentration of the positive transcription factor on the 2nd screen, the individual objects seems to flash in and out of existence.

jbphet commented 7 years ago

The negative transcription factors exhibit the same behavior on this screen.

jbphet commented 7 years ago

This was because the concentration value wasn't being rounded, so the model was trying to set non-integer numbers for the concentration, which was causing some oscillations. Fixed, closing.