Yumeng Xu

Results 6 comments of Yumeng Xu

Hi, is there any thing to modify?

Hi, the version I'm using is v1.4.1 and ``` ~$ ipython3 Python 3.9.4 | packaged by conda-forge | (default, May 10 2021, 22:13:33) Type 'copyright', 'credits' or 'license' for more...

@ahnitz Thanks! I'm currently using pycbc as a toolkit in the pycwb+prefect development. This PR enables the pipeline running in script mode but it throws error again in the service...

@ahnitz The error occurs because Dask is using `spawn` when the flow runs with `.serve()`. For example, the following code ```python import pycbc from prefect import flow, task from prefect_dask...

@ahnitz Hi, yes, this solves my issue. I have a technical question. I used merge to update this branch from master last time and switching to rebase will require a...

@ahnitz Hi, I updated the branch to master with rebase.