Skip to content
New issue

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

"Provide a valid sink argument" error #133

Open
jarupas opened this issue Feb 6, 2023 · 3 comments
Open

"Provide a valid sink argument" error #133

jarupas opened this issue Feb 6, 2023 · 3 comments

Comments

@jarupas
Copy link

jarupas commented Feb 6, 2023

Screen Shot 2023-02-06 at 11 34 40

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.

@holgerteichgraeber
Copy link
Owner

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).

@holgerteichgraeber
Copy link
Owner

Please feel free to submit any changes you make as a Pull Request, we can then incorporate that in the main version of the code.

@holgerteichgraeber
Copy link
Owner

@jarupas please let me know if you run into any further issues with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants