phetsims / projectile-data-lab

"Projectile Data Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 0 forks source link

CODAP wrapper: caseIndex is incorrect when autogenerating data #236

Closed matthew-blackman closed 5 months ago

matthew-blackman commented 5 months ago

This is being caused by the shortcuts being used to optimize performance when autogenerating data. Let's see if we can fix this without disrupting the autogenerate performance. I discussed this with @catherinecarter, and we agreed that having faster performance for autogenerating data is more important than having a separate caseIndex column in CODAP. She was able to quickly demonstrate another option available within CODAP - creating a column equivalent to caseIndex by using the column tools.

samreid commented 5 months ago

@matthew-blackman and I solved this in https://github.com/phetsims/projectile-data-lab/issues/234 via an await. Closing.