-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Atom name and abundance doesn't update when a neutron is grabbed #38
Comments
@aadish In the Java version of the sim, the name of the isotope updates when one of the two behaviors occurs:
Can we investigate matching the behavior of the Java sim for neutrons on the Make Isotopes screen? |
fixed, closing |
@aadish this is actually not fixed. The above commit does not take into account when you grab the LAST neutron from an atom. My guess is that
should be changed to
@ariel-phet said in Skype: |
@phet-steele thanks for catching this and yes the fix is the one suggested by you, it should have been fixed by the above commit, will go ahead and create a maintenance release |
Looks good, thanks @aadish. |
In 1.0.0-dev.5, the name or abundance of an atom doesn't change when a neutron is grabbed out of the nucleus until the neutron is released. The symbol DOES update. @amyh-phet this behaviour does not match the Java and in my opinion is counter intuitive. The nucleus seen not matching the nucleus reported would cause confusion:
This video starts with Hydrogen-5, and I take one neutron out a time. When I grab the neutron, the nucleus only shows a mass of 4, but the name displayed is still Hydrogen-5. The symbol and scale correctly show a mass of 4.
phetsims/tasks/issues/488
The text was updated successfully, but these errors were encountered: