Daniel Thom
Daniel Thom
Can you tell if you are getting ~200 MB/s when you write the time series data? That isn’t super fast, but before proceeding, I want to make sure we are...
I ran my own experiment with 1 million additions of small time arrays (288 floats per array). It is very slow. You can compare the difference with `System(; time_series_in_memory =...
In case it matters, all components implicitly have an `ext` through the internal field. You can simply call `get_ext(component)` and add to it.
What do you mean by "define the default resolution for the time series?" The user has to set this each time they create a time series instance.
I was able to reproduce this issue by adding a service to the MarketBidCost in this [test](https://github.com/NREL-Sienna/PowerSystems.jl/blob/main/test/test_serialization.jl#L153).
#255 added `check_time_series_consistency` for SingleTimeSeries. It will return the initial timestamp and length if all time series are consistent. Otherwise, it will throw an exception. This will likely satisfy most...