Maximilian Roos

Results 514 comments of Maximilian Roos

@dcherian — I'm discussing this with @etienneschalk over at #8698 Can we clarify your proposal? Is it: 1. All dims must match — i.e. `ds1.dims == ds2.dims`, as well as...

I realize this is now very old, but would be great to have this functionality. Maybe this could be a candidate for merging if someone forks the project...

FYI for anyone looking for these — [numbagg](https://github.com/numbagg/numbagg) has groupby functions. It makes a good complement to bottleneck...

If another case is helpful, I'm getting the same error when attempting to instantiate a `storagetransfer` client, running from GKE. From my laptop, using the same docker image, I can't...

My problem was solved by duplicating my GKE cluster, and it working on the new GKE cluster. So not sure what the actual problem was — calling `build` with any...

Hi @SurferJeffAtGoogle — this ended up being a GKE issue, and the "it works on another cluster" was because the problem hadn't spread to another zone at that point; nothing...

This was fixed with the rollback and is no longer an issue for us, I should have made that clearer above. > There was an issue related to API discovery...

Could I make a suggestion that's very close to the original one by @shoyer ? Two modes — explicit & implicit — default is for both to work. A pytest...

To what extent could we solve this by removing leading whitespace from both the result and the snapshot? The downside of that is the test will still pass even if...