Ondrej Marsalek

Results 23 issues of Ondrej Marsalek

The whole input generation method should be bug-checked. [from TODO file]

The read-only flag here: https://github.com/ceriottm/i-pi-dev/blob/f5817d977fc4f8ead76b768d90fcb2357ceabe05/ipi/utils/depend.py#L690 is generally a good idea, as the output of `depstrip` is a bare Numpy array and should not be modified, as that bypasses the depend...

enhancement

The replay ensemble should be able to take a set of trajectory files, one for each bead, rather than a single file with all the beads. This way, normal output...

enhancement

When IO tests fail, the files `tests/test.pos_1.pdb` and `tests/test.pos_1.xyz` can be left in the working tree. The easiest way to do it is probably using `with_setup` and making sure the...

enhancement

Do we at some point want to transition to having the documentation in Sphinx? I think it would be a good idea. It allows the mixing of automatic and hand-written...

question

This should include small test files to process and a way to run the tests automatically with the others.

enhancement

List developers in an `AUTHORS` file in the root. Possibly we can have separate lists for regular developers and contributors, who perhaps make a small drive-by contribution or fix a...

[from TODO file]