Jack
Results
2
comments of
Jack
Thanks. "100" in 'get_mem_mb' function means '100MB', which is a fixed number, unfortunately: `def get_mem_mb(wildcards, attempt): return attempt * 100` What is needed that we need a function to retrieve...
The problem is with Python3.