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
Bug
When trying to use the create_dataframe function to merge the load, temperature, and additional_variables dfs together with a 15-minute interval, it errors saying additional_variable_alignment not found.
To Reproduce
Steps to reproduce the behavior:
Call function 'create_dataframe' with a load, temperature, and additional_variables dataframe with the covert_to_data_interval option set to "15-min".
See error: Error in align.time.xts(., n = 60 * additional_variable_alignment) :
object 'additional_variable_alignment' not found
Expected behavior
The expected behavior is to have all 3 dataframes merged.
Desktop (please complete the following information):
OS: [e.g. Windows 10]
R version [e.g. 4.2.1]
The text was updated successfully, but these errors were encountered:
Bug
When trying to use the create_dataframe function to merge the load, temperature, and additional_variables dfs together with a 15-minute interval, it errors saying additional_variable_alignment not found.
To Reproduce
Steps to reproduce the behavior:
object 'additional_variable_alignment' not found
Expected behavior
The expected behavior is to have all 3 dataframes merged.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: