Philip Loche

Results 73 comments of Philip Loche

Before starting on this we might be decide on the parameter/hyper design. Here from the python side ```python class RadialTableCalculator: def __init__(self, cutoff, splines): ``` I would add a `cutoff`...

Yes first of all to avoid the try/catch block. But this could also help us to remove the "reparsing" in https://github.com/MDAnalysis/mdacli/blob/6334ac40bc30bb1ff306f56c40e34042cf6be1fc/src/mdacli/cli.py#L277-L278 and helps solving #32.

But we don't know if the order in the results dictionary is the same as in the docstring. The order is based on how the developer of the module decides...

I just checked the numpydocs parser and they are still not able to parse docstrings without surrounding spaces...

I am hapy to help maintaining this package.

It was just moved. See https://github.com/scipy/scipy/pull/21754 for details. I will fix this.

Yes with autodoc. Creating rst from py should work.

very cool. I left a comment on your PR which already found a couple of issue in project of mine.