Ella Wu
Ella Wu
Yeah, these should really be turned into tests.
Alright I've no idea what's going on, the links now work locally (for pygeo at least) but the PR docs build does not. Maybe @sseraj you can try to see...
So I spent some time looking into this further, and the build works locally because pygeo is installed into the same python environment (the docs do not have to be...
I looked into this, and the process is fairly straightforward. Installing HDF5 can be done in one of several ways - build from source (both `make` and `cmake` are supported,...
> fprettify is failing because of this issue [pseewald/fprettify#93](https://github.com/pseewald/fprettify/issues/93) The issue has been fixed but is not available on the latest tag on pyPI. Do you wanna open an issue...
@sseraj are the labels changed in #228? I just don't want this to get too stale since this potentially blocks all Fortran development.
I am getting a similar situation, where I first checkout a PR via ``` gh pr checkout ``` and make some changes + commit them. Then, when I run `git...
> @nwu63 What does the following command print? > > ``` > git config --get-regexp "^branch\\.$(git branch --show-current)\\." > ``` It shows ``` branch..remote origin branch..merge refs/pull//head ```
> @nwu63 Sorry, this is not very clear from the error message (since the error comes from git), but it looks like the author of the PR in question did...