Joseph Kleinhenz
Joseph Kleinhenz
the first example works as expected since #603. The second example still doesn't work because `hyperslab` doesn't support 1D indexing of multidimensional arrays. This seems definitely doable to implement if...
I just created [SlurmClusterManager.jl](https://github.com/kleinhenz/SlurmClusterManager.jl) if anyone is interested in giving it a try.
@manuel-rhdt that's a really helpful summary of the two approaches. I agree that clearly delineating between these two approaches and deciding explicitly what workflow should be supported by which libraries...
I was also able to setup testing infrastructure on travis for [SlurmClusterManager](https://github.com/kleinhenz/SlurmClusterManager.jl) using docker-compose to create a small cluster. It seems to work pretty well.
I see this as well
I believe this is because the interpolation function is doing bilinear interpolation on $G(\tau_1, \tau_2)$ rather than linear interpolation on $G(\tau_1 - \tau_2, 0)$. The reason for this is that...