opengridcc / opengrid-dev

Open source building monitoring, analysis and control
Apache License 2.0
26 stars 21 forks source link

Futurewarning on union of DatetimeIndexes #125

Closed JrtPec closed 8 years ago

JrtPec commented 8 years ago
opengrid/library/houseprint/sensor.py:231: FutureWarning: using '+' to provide set union with datetimelike Indexes is deprecated, use .union()
  data = data.reindex(data.index + newindex)

should be an easy fix