Closed tylerjereddy closed 1 week ago
The traceback may vary depending on the supporting dependency versions you happen to be using, but so far my experience is that it will always error out one way or another.
This appears to be resolved thanks to the cross-linked CGsmiles PR and adjustments Fabian suggested at https://github.com/tylerjereddy/polyply_pr_383_repro/pull/1, so closing.
I've created a repo at https://github.com/tylerjereddy/polyply_pr_383_repro with a small reproducer that can be run locally to reproduce the
gen_ff()
function error reported at https://github.com/marrink-lab/polyply_1.0/pull/383#discussion_r1835118580.Cloning that repository into an appropriate Python environment with the
gen_ff_clean
branch ofpolyply
(and supporting deps) installed and runningpython repro.py
should reproduce the problem in a manner that provides a bit more traction for debugging:cc @fgrunewald @pckroon @ricalessandri