Steven Hiscocks

Results 89 comments of Steven Hiscocks

If all you want to do is `[1:]` this would be most performant I think `track_slice = next(iter(tracks)).states.copy(); track_slice.popleft()`

So the result should be that for the mapped elements from the measurement, the values from the measurement are used. And the elements that are not mapped, they are taken...

So the idea behind the mapping was identify the relevant components between the state space and the measurement space, primarily, and initially, for translating the state space to measurement space...

Thanks @kopytjuk. Would it be possible to rebase this on the `main` branch? Unfortunately there was an issue (fixed this morning in 10b3ab7) that was stopping the documentation building on...

I believe this will be fixed in c81dee27b787fcffe9261b3b2ba259655165efdb from #1092

Thanks @GadgetSteve The ZIP file generation is done by `sphinx-gallery` so may have to see whether there is way to include other files. As you suggest, a note with ZIPs...

Included in #1128

You'll also need to updated ipynb and RST file, and update MD5 hash, in order for docs to build correctly. See #635 for example PR that's done this before.