-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Density - Mystery Screen] MaterialProperty has "optionalTandem" valid values #307
Comments
I'll take a look. Solo-assigning for now |
I did not see mention of purposefully removing copper, platinum, steel in #282 where they were removed. So I restored them in the commit. Next I observed the same problem for gravity (some optionalTandems in density), and I will work on that next (probably removing them in that case). |
@samreid I didn't list all of the materials, but this falls under the last point, "Materials should only appear in the trees of relevant sims." Copper, platinum, and steel are not user-selectable materials in Density.
Good catch! Sounds good. |
I somehow missed @samreid's first comment in #307 (comment). I don't know why platinum, copper, and steel were valid values in Density 1.1. That said, I don't think it's worth the effort to remove them in 1.2, as their presence is benign. |
Sounds good, thanks. Next, I removed the uninstrumented gravity values on density and buoyancy-basics via a filter. It was easy to find them by searching for I think this issue is ready for review. |
Thanks @samreid looks good on main, closing. |
Related to #270 and phetsims/buoyancy#51
I reviewed the valid values of
materialProperty
for all blocks/objects in the Density/Buoyancy suite, and discovered that Density's Mystery screen has some extraneous options. There are three "optionalTandem" options under valid values, which should be removed.Assigning to @AgustinVallejo and @samreid.
The text was updated successfully, but these errors were encountered: