NREL-Sienna / InfrastructureSystems.jl

Utility package for Sienna's simulation infrastructure
https://nrel-sienna.github.io/InfrastructureSystems.jl/
BSD 3-Clause "New" or "Revised" License
35 stars 20 forks source link

Add the eltype of time series data to the metadata structs #354

Open daniel-thom opened 2 months ago

daniel-thom commented 2 months ago

We are currently serializing string versions of time series data shapes to HDF5 attributes. This is causing problems with the new PRs from @GabrielKS. We can instead embed these eltypes into the metadata structs and handle their serialization/de-serialization in the normal way.

jd-lara commented 2 months ago

Deferred to later in IS 3.0