phetsims / rutherford-scattering

"Rutherford Scattering" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
2 stars 3 forks source link

CT: Assertion failed: value should have typeof number, value=204 #153

Closed pixelzoom closed 5 years ago

pixelzoom commented 5 years ago

This CT error has been occurring intermittently, but regularly. @jessegreenberg it looks like you've been doing some work that might be related, can you check this out?

rutherford-scattering : accessibility-fuzzBoard : require.js : run
Query: brand=phet&ea&fuzzBoard&a11y&memoryLimit=1000
Uncaught Error: Assertion failed: value should have typeof number, value=204
Error: Assertion failed: value should have typeof number, value=204
    at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/snapshot-1553210722888/assert/js/assert.js:22:13)
    at Object.isValueValid (https://bayes.colorado.edu/continuous-testing/snapshot-1553210722888/axon/js/ValidatorDef.js?bust=1553215641275:198:43)
    at validate (https://bayes.colorado.edu/continuous-testing/snapshot-1553210722888/axon/js/validate.js?bust=1553215641275:28:20)
    at Emitter.emit (https://bayes.colorado.edu/continuous-testing/snapshot-1553210722888/axon/js/Emitter.js?bust=1553215641275:263:11)
    at RutherfordAtom.removeParticle (https://bayes.colorado.edu/continuous-testing/snapshot-1553210722888/rutherford-scattering/js/rutherfordatom/model/RutherfordAtom.js?bust=1553215641275:55:37)
    at RutherfordAtom.moveParticle (https://bayes.colorado.edu/continuous-testing/snapshot-1553210722888/rutherford-scattering/js/rutherfordatom/model/RutherfordAtom.js?bust=1553215641275:204:14)
    at https://bayes.colorado.edu/continuous-testing/snapshot-1553210722888/rutherford-scattering/js/common/model/Atom.js?bust=1553215641275:93:14
    at Array.forEach (<anonymous>)
    at RutherfordAtom.moveParticles (https://bayes.colorado.edu/continuous-testing/snapshot-1553210722888/rutherford-scattering/js/common/model/Atom.js?bust=1553215641275:92:22)
    at https://bayes.colorado.edu/continuous-testing/snapshot-1553210722888/rutherford-scattering/js/common/model/AtomSpace.js?bust=1553215641275:215:14
id: Bayes Chrome
Approximately 3/21/2019, 5:25:22 PM
jessegreenberg commented 5 years ago

Yes, sorry, caused by validation of emitter args. Fixed above, closing.