Steven Dahdah

Results 4 comments of Steven Dahdah

I am also having issues with NetworkX 2.2 on Python 3.9 and Python 3.10. I force-updated to NetworkX 2.6.3 and it's working fine so far

@schettino72 if the order of `file_dep` is not guaranteed, what's the expected/correct way to handle multiple file dependencies? I'm still struggling with this today, and I've resorted to searching the...

@schettino72 Thanks for answering so fast. I have two different datasets from different sensors that are both required by the algorithm I'm running. One is a CSV and one is...

@schettino72 This makes sense! I was making all my Python actions have the signature `python_hello(dependencies, targets)`. I did not realize adding extra parameters was the way to go. Thank you!