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
Hi, I'm very new to the clustering. I'm trying out the example file and I have "TS_GER_1" downloaded. However, it seems I cannot run the load_timeseries_data function. I'm getting this error.
The text was updated successfully, but these errors were encountered:
Hi, thanks for raising this issue. I believe the error is likely connected to the version of underlying packages. When the TimeSeriesClustering package was created, the function inputs to some of the underlying package functions (e.g. CSV.read in this case) were different than the most recent version of these functions.
In order to fix this issue, what you can do is to look into the error message, identify the file where this error occurs (in this case src/utils/load_data.jl), and update the function (in this case, update CSV.read to the new way it is used).
Hi, I'm very new to the clustering. I'm trying out the example file and I have "TS_GER_1" downloaded. However, it seems I cannot run the load_timeseries_data function. I'm getting this error.
The text was updated successfully, but these errors were encountered: