We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a list of TODOs that remain unfinished from #344, they should all be addressed before IS is released.
get_raw_data
retransform_hdf_array
map
InfrastructureSystems.jl/src/hdf5_time_series_storage.jl
Line 708 in aabe967
transform_array_for_hdf
convert_data
@scoped_enum
NotImplementedError
These seem to all be potential performance issues.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a list of TODOs that remain unfinished from #344, they should all be addressed before IS is released.
get_raw_data
is not type stable (see #359retransform_hdf_array
, use ofmap
rather than preallocation might be a performance issue (seeInfrastructureSystems.jl/src/hdf5_time_series_storage.jl
Line 708 in aabe967
transform_array_for_hdf
, see review comment https://github.com/NREL-Sienna/InfrastructureSystems.jl/pull/344/files/241514d1b15282f1259f9a780b2c62a8fb4c6238#r1567689474convert_data
as per Second Cost Refactor: Companion PR (+add serialization for@scoped_enum
, addNotImplementedError
) #344 (comment)These seem to all be potential performance issues.
The text was updated successfully, but these errors were encountered: