Replies: 6 comments 11 replies
-
@adi611 - I've checked the pytest command after our discussion, and the option to pytest was correct you can also start from running for a specific test file, e.g. I tried quckly, and some tests, as expected, are failing, so you should try to figure out how to fix the dask worker. Let me know if you have questiosn |
Beta Was this translation helpful? Give feedback.
-
Thank you for your help with this. I have been running
Since this seems to be limited to only
So far it seems like the same error is present in the failing dask tests: |
Beta Was this translation helpful? Give feedback.
-
I added some fixes to the DaskWorker (based on the |
Beta Was this translation helpful? Give feedback.
-
@djarecka and @ghisvail - As discussed, I checked for all the tests for Dask and only Please let me know any further steps I should take. Thank you. |
Beta Was this translation helpful? Give feedback.
-
@adi611 - did you submit a PR with your new GA workflow? I can't find it. We should just test it with GA |
Beta Was this translation helpful? Give feedback.
-
I was waiting for the approval, I will open the PR now. |
Beta Was this translation helpful? Give feedback.
-
I tried running the example as mentioned in #663 on Dask, and I got the expected result: the required
Output.txt
andImage.png
files. Here is my code:I worked on the code before checking the discussion #664 which mentioned using pytest and relative paths and hence I was unable to do it for this example.
Beta Was this translation helpful? Give feedback.
All reactions