-
Advanced Capstone 1.3 test fial.
I am failing the test in question 1.3. I don’t understand where I am making a mistake. My code with the schema and count of my lap table:
.f1.createLapTable:{[eventInput;sensorInput] uniqueSensor: distinct select sensorId from sensorInput; rack:(select from eventInput) cross uniqueSensor; w:(rack[`time];rack[`endTime]); f:wj[w;`date`sensorId`time;select from rack;(select from sensorInput;(avg;`sensorValue))]; f:select date,session, lapId, time, endTime, sensorId, sensorValue from f;f }
Log in to reply.