phetsims / build-a-molecule

"Build a Molecule" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
8 stars 7 forks source link

CT duplicates are not allowed #97

Closed KatieWoe closed 4 years ago

KatieWoe commented 4 years ago
build-a-molecule : fuzz : require.js : run
Query: brand=phet&ea&fuzz&memoryLimit=1000
Uncaught Error: duplicates are not allowed
Error: duplicates are not allowed
    at ObservableArray.push (https://bayes.colorado.edu/continuous-testing/snapshot-1569850271664/axon/js/ObservableArray.js?:217:15)
    at https://bayes.colorado.edu/continuous-testing/snapshot-1569850271664/build-a-molecule/js/view/KitView.js?:182:38
    at Object.down (https://bayes.colorado.edu/continuous-testing/snapshot-1569850271664/scenery/js/listeners/DragListener.js?:704:13)
    at Object.touchenter (https://bayes.colorado.edu/continuous-testing/snapshot-1569850271664/scenery/js/listeners/DragListener.js?:708:42)
    at Input.dispatchToListeners (https://bayes.colorado.edu/continuous-testing/snapshot-1569850271664/scenery/js/input/Input.js?:1788:35)
    at Input.dispatchToTargets (https://bayes.colorado.edu/continuous-testing/snapshot-1569850271664/scenery/js/input/Input.js?:1827:14)
    at Input.dispatchEvent (https://bayes.colorado.edu/continuous-testing/snapshot-1569850271664/scenery/js/input/Input.js?:1757:12)
    at Input.enterEvents (https://bayes.colorado.edu/continuous-testing/snapshot-1569850271664/scenery/js/input/Input.js?:1692:16)
    at Input.branchChangeEvents (https://bayes.colorado.edu/continuous-testing/snapshot-1569850271664/scenery/js/input/Input.js?:1662:14)
    at Input.downEvent (https://bayes.colorado.edu/continuous-testing/snapshot-1569850271664/scenery/js/input/Input.js?:1540:31)
id: Bayes Chrome
Approximately 9/30/2019, 7:31:11 AM
Denz1994 commented 4 years ago

This bug was due to atoms being added and removed from the buckets. Some listeners have been added to report what is being added/removed for debugging. This isn't being triggered by CT so we can close this issue.