phetsims / neuron

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

Automated testing error #86

Closed jonathanolson closed 8 years ago

jonathanolson commented 9 years ago
Error: Assertion failed: undefined
    at window.assertions.assertFunction (http://192.168.0.2:8080/assert/js/assert.js:22:13)
    at MembranePotentialChart.inherit.addDataPoint (http://192.168.0.2:8080/neuron/js/neuron/view/chart/MembranePotentialChart.js?bust=1444431520382:285:17)
    at MembranePotentialChart.inherit.step (http://192.168.0.2:8080/neuron/js/neuron/view/chart/MembranePotentialChart.js?bust=1444431520382:327:18)
    at NeuronClockModelAdapter.inherit.tick (http://192.168.0.2:8080/neuron/js/neuron/model/NeuronClockModelAdapter.js?bust=1444431520382:106:32)
    at NeuronClockModelAdapter.inherit.step (http://192.168.0.2:8080/neuron/js/neuron/model/NeuronClockModelAdapter.js?bust=1444431520382:63:14)
    at animationLoop (http://192.168.0.2:8080/joist/js/Sim.js?bust=1444431520382:709:28)
pixelzoom commented 8 years ago

Tested requirejs and build modes, seems to have been fixed. Closing.