Daniel Thom
Daniel Thom
I tried to reproduce this issue by injecting bad strings in this [InfrastructureSystems test file](https://github.com/NREL-Sienna/InfrastructureSystems.jl/blob/main/test/data/time_series/DateTimeAsColumn.csv), which is used by [this test](https://github.com/NREL-Sienna/InfrastructureSystems.jl/blob/main/test/test_time_series_formats.jl#L28). All attempts resulted in this error: ``` ArgumentError: Invalid...
@jd-lara Do you consider this fixed?
> After a conversation with @daniel-thom we can implement this in PowerSystems v4 and change the checks. We would need to add interfaces to do the following. > > 1....
Suppose a system has SingleTimeSeries with different resolutions. How is `transform_single_time_series!` impacted? Does it need a `resolution` parameter, required or optional?
Fixed in #945
The implementation could look something like this. If you all are OK with it, I could write tests and documentation and open a PR. I might need some pointers on...
The title of this issue seems to conflict with the description. Regarding the title, if you call `remove_component!(Service, sys, name)` and there is no such service stored, it should throw...
Since #1016 is fixed and this issue can’t be reproduced, I’ll close it.
I expect that your specific service does not support time series. Is that correct? We should throw an error if you do this on any component that defines the method...
@amirmm11 Can you share some details about your environment and observed performance? - What is the backing storage for your filesystem? SSD, spinning disk, network filesystem, etc. - Do you...