Joseph Kleinhenz

Results 8 comments of 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 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...

@peastman A wheel build would be great to have. Have you been able to make any progress? I'm curious what the torch bug is.

``` [mcp_servers.chrome-devtools] command = "npx" args = ["chrome-devtools-mcp@latest", "--executablePath", "/usr/bin/chromium", "--headless", "--isolated"] env = {} ``` This is what worked for me on opensuse. It seems to work fine with...