Jonathan Barnoud

Results 156 comments of Jonathan Barnoud

Thank you for opening this issue. Could you please: * make sure the code samples are well formatted using the appropriate GitHub syntax. It will make them much easier to...

> Different guessing methods will through warnings/error messages depending on the results it got, the output messages should precisely describe the universe updates with a warning about failed processes. Where...

Thank you @aya9aladdin. Is your diagram reflecting what you plan on going, or is it what we currently have in the code?

> > Thank you @aya9aladdin. Is your diagram reflecting what you plan on going, or is it what we currently have in the code? > > it's more of a...

I am all in favour of linters and static analyzers. I am considering adding type hints when we would have dropped python 2. I am less keen on formating tools,...

It did error earlier today and stalled, making it impossible to know what test failed. I restarted it and it went through with the error reported above. It seems that...

Do you measure the time on the first read or on subsequent ones? On first read, MDAnalysis builds an index of the frames so it can do random access later....

While I appreciate the improved consistency, I am not sure I like the decorator as a solution. The AnalysisBase API to be adopted, needs to be as streamlined as possible....

> So my 2 cents is that a) 90% of my docstring reading is happening when I'm reading the code itself, b) for the remaining 10%, 9% is happening in...

> I can deprecate the verbose parameter in the AnalysisBase and remove all verbose parameters from the classes I would be up for it.