Fred Ludlow
Fred Ludlow
Indeed, there are various ways to copy an array and the re-ordering behaviour differs: The method on ndarray (as per your example or equivalently `(M.T).copy()`) defaults to C ordering, whereas...
Just wanted to add some thanks to both @absent1706 for this project, and @michaelbukachi for giving it some attention!
Update: I have a nagging thought that this is all a bit too much, but anyway, I pushed an update that allows nesting lists as well as dictionaries, which means...
Good idea, I won't have time in the near future but it would make a good first PR if anyone else out there wants to get involved!
Hmm - one for @arose but I'll have a go at answering: I guess so - the main difference between the two seems to be how you translate from mouse...
I think the problem is in this block ``` loop_ _citation_author.citation_id _citation_author.name _citation_author.ordinal primary 'Sheikhnejad, G.' 1 primary 'Brank, A.' 2 primary 'Christman, J.K.' 3 primary 'Goddard, A.' 4 primary...
This reproduces in NGL (so not an nglview issue). You can open your file in the NGL web app: http://nglviewer.org/ngl/ (File menu, open) If you add a point representation you...
I've just noticed/remembered your other issue #732, which touches on this too (and would definitely be nice to have if someone wants to write the code!). The internal way NGL...
> By the way, does the segname problem explain both phenomena? I am not sure if I understood. Sort of - the segnames are currently ignored by NGL. For the...
Like it! As most of the changes are to stage and viewer classes I wonder if an AFrameStage could avoid breaking the normal behaviour, or make sufficient changes in NGL...