-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
Implementation for make_s_curve #968
Comments
Thanks. It might be a while before I can look at this.
|
Thanks for your reply. Yes, _check_dsk has a side effect of checking an overlapping key in the task graph. Task Graph and Details of LayersThe items of layers from the output
We could observe that ('uniform-92c494621cf5b5df81f5fc85445fdfbf', 0) was used in layer 2 and 4, which is the expected behavior. Also check sklearn make_s_curve If we only want to check if outcomes are deterministic, maybe it's ok to skip checking the graph overlapping here? |
Hi guys,
I implemented the make_s_curve function and corresponding tests for it in #967.
However, one of the tests is failing consistently, even though I have verified the values in the outputs and the computation graph. Appreciate any feedback or suggestions on how to resolve this issue.
The test that failed.
Environment:
Dask version: 2023.3.2
Dask_ml versuib: 2022.5.27
Python version: 3.10.9
Operating System: OSX
Install method (conda, pip, source): pip
Reproducible example
Traceback
The text was updated successfully, but these errors were encountered: