GRIDAPPSD / gridappsd-sensor-simulator

0 stars 4 forks source link

Fixed Aggregation issues #17

Closed craig8 closed 3 years ago

craig8 commented 3 years ago

Added tests for sensors and sensor objects. Updated Sensor and Sensors object to allow injection of measurements from the main script rather than requiring blazegraph. This decoupling should have us do well.

The following is the way sensors are aggregated:

For a aggregation interval of 3 the following is the expected output T is given as a response

0123123123123 111T11T11T11T


This change is Reviewable