Davin Potts

Results 21 comments of Davin Potts

Should we implement workflow-wide variables? Should we implement container variable node inputs?

Jon Fuller comment from 31 Aug: Summarising what I think that we discussed when we were in Konstanz. In the Python API a method returning the: Node Description Node Name...

Jon Fuller also commented from 31 Aug: Apologies for the confusion. Thorsten just pointed out that the final agreement was purely to return the 'Description' in addition to the Parameter...

If I might summarize what I believe is being suggested by Jon after influence from Thorsten: * Changes are to be made to the Server REST API * Node Annotation...

I should have thought to also copy Michael's comments into this issue -- thank you for adding them @bernd-wiswedel. I agree that today we should not make the 'node annotation'...

Commit b1616eba077b40dfb2074b960e50517fead5d0bc in branch enh_supplemental_cmdline explores this idea.

If I am interpreting the output from the codecov bot correctly, all of the decrease in the measured percentage of code coverage can be attributed to the patch's changes to...

Example of the code from PR #243 in use in a Jupyter notebook: ![pandarallel_jupyter_notebook_run_finished](https://github.com/nalepae/pandarallel/assets/121634/8c9ca837-2d4b-44f7-8f59-97c84474de2f)

Example of the code from PR #243 in use in the IPython console: Of the 20 workers, each gets 5M rows from a 100M row `DataFrame`. Because 20 is not...

@TomNicholas I was expecting that I'd be the one to complete the work on this PR. It may be helpful to pull in others on the topic of CI tests...