James Tocknell

Results 62 comments of James Tocknell

I think if you split them up it would make it easier to review. At a quick glance: * `CVodeGetRootInfo` seems like something useful to add * I'm not sure...

Sorry, this dropped down my todo list, as a test of the changes, I've added the first pass of the SAMI loaders we're working on to the PR, which use...

I've modified the tests slightly, that should directly flag whether the SAMI loaders are being used or not (which is weird because it works locally).

Oh, it looks like the tests are being skipped, if you look at `test_loaders` in the coverage run, there's a whole bunch of tests marked as skip. I guess they...

I've rebased this on top of #1132 to see if this actually shows the right coverage now.

The SAMI file coverage is as expected now.

The missing documentation is accidental, that should be fixed. The `MPI_MARKERS` constant is correct—it's mapping the intent of the marker when being run under MPI to the appropriate pytest mark...

Should be fixed by #144.

I think this is still an issue. If you create a simple sphinx site, and serve it via docat and `python3 -m http.server`, you'll see a blink transition with docat...

Yep, I think it's related to the iframe setup, if I go to http://localhost:8000/doc/project/version/ then the blinking doesn't happen.