conorsleith

Results 1 issues of conorsleith

``` python import gridmap def dummyfunc(whatever): return whatever + 1 results = gridmap.grid_map(dummyfunc, range(10)) print results ``` While it's obviously best practice to have code inside main() or some other...