You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new save functionality added in PR #14 generates files that are ~25MB for 1 year of PV data, 11 quantiles, and 12 harmonics. This could be improved by not saving the basis dictionary itself, which can be regenerated quickly at load time. Proposed solution:
Deep copy the instantiated object
Delete basis dictionary attribute
Save the file to disk
Regenerate the basis dictionary from class kwargs at load time
The text was updated successfully, but these errors were encountered:
The new save functionality added in PR #14 generates files that are ~25MB for 1 year of PV data, 11 quantiles, and 12 harmonics. This could be improved by not saving the basis dictionary itself, which can be regenerated quickly at load time. Proposed solution:
The text was updated successfully, but these errors were encountered: